body {
font-weight: normal;
font-size: 11px;
color:black;
font-family: Arial, Helvetica, sans-serif;
}
p {
font-weight: normal;
font-size: 11px;
color:black;
font-family: Arial, Helvetica, sans-serif;
}
.border1px {
	border: 1px solid #666666;
}
.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.Maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h6{
	font-size: 16px;
	font:"Times New Roman", Times, serif
}

.border1pxtopbottom {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.border1pxexepttop {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.BackgroundTopLeft {
	background-image: url(Images/backgrounds/backgrounds_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.BackgroundBottom {

	background-image: url(Images/backgrounds/backgrounds_r3_c1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.MaintextBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #920000;
}
.RedHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DD0000;
}
/* Underlinemenu*/


#underlinemenu{
	margin: 0;
	padding: 0;
	}

#underlinemenu ul{
	text-color:#FFFFFF;
	text-align:center;
	margin: 0;
	width: 127px;
	margin-bottom: 0;
	padding-left: 0;
	float: centre;
	float:none;
	font-weight: bold;
	width: 780px;
	border: 1px solid #000000;
	border-width: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
vertical-align: middle;
}


#underlinemenu ul li a{
	float: left;
	color: #FFFFFF;
	width: 127px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	text-decoration: none;
	background-color: #920000;
	/*background: black url(images/buttonback.jpg) center top repeat-x;*/
	text-align: center;
	height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	border: 1px solid #000000;
}

#underlinemenu ul li a:hover{
color: #FFFFFF;
width: 127px;
background-color: #920000;
/*background: black ;url(images/buttonbackhov.jpg) center top repeat-x*/
text-decoration: underline;
vertical-align: middle;
}