body
{
	font-family		: Verdana, Helvetica, Arial, sans-serif;
	font-size		: 8pt;
	margin			: 0px 0px 0px 0px;
	background-color: #dae1da;
	color			: Black;
}
p, td
{
	font-family		:Arial;
	font-size		: 12px;
}
a:link
{
	color			: Black;
	text-decoration	: none;
	font-family		: Arial, sans-serif;
}
a:active
{
	color			: Black;
	text-decoration	: none;
	font-family		: Arial, sans-serif;
}
a:visited 
{
	color			: Black;
	text-decoration	: none;
	font-family		: Arial, sans-serif;
}
a:hover
{
	color			: #C95336;
	text-decoration	: underline;
	font-family		: Arial, sans-serif;
}
a.link:link
{
	color			: Blue;
}
a.link:active
{
	color			: Blue;
}
a.link:visited 
{
	color			: Blue;
}
a.link:hover
{
	color			: #C95336;
}

.InputText
{
	background		: #e3f4d4;
	border			: solid 1px #008401;
}
.Button
{
	font-family		: Sans-Serif;
	font-size		: 9pt;
	background		: #e3f4d4;
	border			: solid 2px #008401;
	cursor			: hand;
	height			: 22;
}
.divHelp
{
	 overflow		: auto;
	 height			: 350;
}
table.help 
{
	table-layout	: auto; 
	border-collapse	: collapse;
	border			: solid 0px Black;
	background-color: White;
	font-weight		: normal;
	width			: 100%;
}
table.help td
{
	border			: solid 1px Black;
	font-size		: 11px;
}
table.inner 
{
	table-layout	: auto; 
	border-collapse	: collapse;
	border			: solid 0px Black;
	font-weight		: normal;
	width			: 100%;
}
table.inner td
{
	border			: solid 0px Black;
	font-size		: 11px;
	vertical-align	: top;
}
table.Dialog
{
	border			: solid 0px Black;
	font-weight		: bold;
	color			: Green;
}
table.Dialog td
{
	border			: solid 0px Black;
}
.textGreen
{
	color			: Green;
	font-size		: 10pt;
}
.Header
{
	font-size		: 18pt;
}
.headerGreen
{
	background-color: #abca7b;
	color			: #003300;
	font-size		: 10pt;
	font-style		: italic;
	font-weight		: bold;
}
.PricesRed
{
	color			: #993300;
	font-size		: 8pt;
}
/* base definitions */
.AdminTableHead
{
	font-weight: bold;
	font-size: 14px;
	color: #990033;
	background-color: #e0e0e0;
	text-align: center;
}
.AdminTableHeadLabels
{
	font-size: 12px;
	color: #990033;
	background-color: #e0e0e0;
	text-align: center;
}
.AdminTable
{
	BORDER-RIGHT: #bebebe thin solid; 
	BORDER-TOP: #bebebe thin solid; 
	BORDER-LEFT: #bebebe thin solid; 
	BORDER-BOTTOM: #bebebe thin solid;
}
.AdminTableRowForm
{
	 FONT-SIZE: 14px;
}
.AdminTableRowList
{
	 FONT-SIZE: 14px;
}
.AdminTableRowList td
{
	border:solid 1px;
	white-space:nowrap;
}
.AdminTableRowForm td
{
	white-space:nowrap;
}
.MemberTableHead
{
	font-weight: bold;
	font-size: 14px;
	color: #990033;
	background-color: #e0e0e0;
	text-align: center;
}
.MemberTableHeadLabels
{
	font-size: 12px;
	color: #990033;
	background-color: #e0e0e0;
	text-align: center;
}
.MemberTable
{
	BORDER-RIGHT: #bebebe thin solid; 
	BORDER-TOP: #bebebe thin solid; 
	BORDER-LEFT: #bebebe thin solid; 
	BORDER-BOTTOM: #bebebe thin solid;
}
.MemberTableRowForm
{
	 FONT-SIZE: 14px;
}
.MemberTableRowList
{
	 FONT-SIZE: 14px;
}
.MemberTableRowList td
{
	border:solid 1px;
	white-space:nowrap;
}
.MemberTableRowForm td
{
	white-space:nowrap;
}
/* Max's definitions */
.bgmenu {
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bggrass {
	background-image: url(../images/bg-grass.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.menuright {
	background-image: url(../images/menu-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgmenu1 {
	background-image: url(../images/bg-menu1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bgmenu2 {
	background: url(../images/bg-menu2.jpg) no-repeat left bottom;
}
.bgmenu3 {
	background-image: url(../images/bg-menu3.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bgbottom {
	background-image: url(../images/bg-bottom1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgbottom1 {
	background-image: url(../images/bg-bottom2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgtop {
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bigtable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.quotemark {
	color: #808080; 
	font-size: 30pt; 
	font-family: 
	Script MT bold, Verdana, Helvetica, Arial, Sans-Serif;
}
.quotetext {
	color: #373737; 
	font-size: 14pt; 
	font-family: 
	Script MT bold,  Verdana, Helvetica, Arial, Sans-Serif;
}
.urltext {
	color: #3232ff; 
	font-size: 8pt; 
	font-family:  Verdana, Helvetica, Arial, Sans-Serif;
}