/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #996600;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #666666;
}
a:active {
	color: #996600;
}
a.mainlink:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.mainlink:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.mainlink:hover {
	font-size: 12px;
	text-decoration: none;
	color: #88FFD9;
	font-weight: bold;
}
a.mainlink:active {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.mainlink2:link {
	font-size: 12px;
	color: #88FFD9;
	text-decoration: none;
	font-weight: bold;
}
a.mainlink2:visited {
	font-size: 12px;
	text-decoration: none;
	color: #88FFD9;
	font-weight: bold;
}
a.mainlink2:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.mainlink2:active {
	font-size: 12px;
	text-decoration: none;
	color: #88FFD9;
	font-weight: bold;
}



.text_white {
	color: #FFFFFF;
}
.text_black {
	color: #000000;
	font-size: 11px;
}
.text_gold {
	color: #996600;
	font-size: 11px;
}
.text_red {
	color: #CC0000;
	font-size: 11px;
}
.text_required {
	color: #000000;
	font-size: 11px;
	background-color: #FFFFCC;
}
.text_grey {
	color: #666666;
	font-size: 11px;
}
.heading_red {
	color: #CC0000;
	font-size: 12px;
}
.heading_gold {
	color: #996600;
	font-size: 12px;
}
.heading_palegreen {
	color: #88FFD9;
	font-size: 12px;
}
.heading_black {
	color: #000000;
	font-size: 12px;
}
.heading_grey {
	color: #666666;
	font-size: 12px;
}

.mainborder {
	border: 1px solid #CCCCCC;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B77200;
	border: 1px solid #7E4301;
}

.form { margin-top: 0; margin-bottom: 0; }
