@charset "utf-8";
body, form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a { 
	color: #f95100;
	text-decoration:none;
	font-weight:bold;
}
a:active { 
	color: #f95100;
	text-decoration:none;
	font-weight:bold;
}
a:hover { 
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}
a.homelink { 
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.homelink:active { 
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.homelink:hover { 
	color: #f95100;
	text-decoration:none;
	font-weight:bold;
}

a.homeyellow { 
	color: #F4E900;
	text-decoration:none;
	font-weight:bold;
}
a.homeyellow:active { 
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.homeyellow:hover { 
	color: #f95100;
	text-decoration:none;
	font-weight:bold;
}

.maintable {
	border: 1px solid #920000;
}
.footer {
	background-image: url(../images/index_r5_c5.png);
	background-repeat: repeat-x;
}
.menubar {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}
.contentarea {
	background-color: #000000;
	background-image: url(../images/contentrptbg.jpg);
	background-repeat: repeat-x;
}
.contenttitle {
	background-image: url(../images/titlebg.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.contentsubarea {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.contentsubfooter {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.contenttitleleft {
	background-image: url(../images/titlebg.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-repeat: repeat-x;
}
.contenttitlelright {
	background-image: url(../images/titlebg.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-repeat: repeat-x;
}
.footertd {
	font-size: 10px;
}
.mandatory {
	font-style: italic;
	color: #FF0000;
}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-style: italic;
	font-size: 11px;
}
.bottomdotted {
	border-bottom:dashed 1px #dddddd;
	padding-bottom: 8px;
	padding-top: 8px;
}
.menusublinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}