body {
	background: #ffffff url(/images/bgcolor.jpg) no-repeat top center;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input,select,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topmenu_active {
	color: #feba16;
	text-decoration: none;
	background: blue url(/images/activebg.jpg) repeat-x top right;
	padding: 14px 25px 15px 25px;
}
.topmenu_active:hover {
	color: #FFCC33;
}

.topmenu {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/separator.jpg) repeat-y top right;
	padding: 14px 20px 17px 20px;
}
.topmenu:hover {
	color: #FFCC33;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.lmenu_active {
	margin-left: 10px;
	padding: 5px;
	padding-left: 20px;
	background: url(/images/orangedot.gif) no-repeat 0 10px;
	border-bottom: 1px dotted #999999;
}
.lmenu_active a {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.lmenu_active a:hover {
	text-decoration: underline;
	color: #006699;
}

.lmenu {
	margin-left: 10px;
	padding: 5px;
	padding-left: 20px;
	background: url(/images/greydot.gif) no-repeat 0 10px;
	border-bottom: 1px dotted #999999;
}
.lmenu a {
	font-weight: bold;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
}
.lmenu a:hover {
	text-decoration: underline;
	color: #666666;
}

.llmenu {
	padding: 4px;
	padding-left: 10px;
	background: url(/images/dot.gif) no-repeat 0 11px;
	border-bottom: 1px dotted #999999;
}
.llmenu a {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.llmenu a:hover {
	text-decoration: underline;
	color: #006699;
}


.fivetable td {
	padding: 5px;
}

.white_link {
	color: #ffffff;
	text-decoration: none;
}
.white_link:hover {
	color: #FF6600;
	text-decoration: underline;
}
.orangelink {
	color: #336699;
}

.blacklink {
	text-decoration: none;
	color: #333333;
}
.blacklink:hover {
	color: #006699;
}

.validation-advice {
	margin: 2px 0;
	padding: 2px;
	color : #ff0000;
	font-size: 12px;
}
.bluelink {
	color: #003399;
	text-decoration: none;
}
.bluelink:hover {
	color:#FF3300;
	text-decoration: underline;
}

.subactive {
	background: #dedede;
	border: 1px solid #999999;
	border-bottom: 0;
	padding: 5px 20px 6px 20px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.subactive a,.subactive a:active,.subactive a:visited,.subactive a:link {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subactive a:hover {
	text-decoration: underline;
}

.sub {
	float: left;
	background: url(/images/subbgmenu.jpg) repeat-x center right;
	padding: 5px 20px 6px 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #999999;
	border-right: 1px solid #ffffff;
}
.sub a,.sub a:active,.sub a:visited,.sub a:link {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;

}
.sub a:hover {
	text-decoration: underline;
}


