body{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size: 11px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.mainBody{
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
}

.insideContainer{
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
}


.bodytextOrange {
	font-size: 11px;
	font-weight: normal;
	color: #FC8238;
}

.bodytextDarkBlue {
	font-size: 11px;
	font-weight: normal;
	color: #4B6384;
}


.link1 {
	font-size: 11px;
	font-weight: normal;
	color: #FC8238;
	text-decoration: none;
}
.link1:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FC8238;
	text-decoration: underline;
}

.linkGrey {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.linkGrey:hover {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

.linkDarkGrey {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.linkDarkGrey:hover {
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration: underline;
}


.linkBlue {
	font-size: 11px;
	font-weight: normal;
	color: #2372BB;
	text-decoration: none;
}
.linkBlue:hover {
	font-size: 11px;
	font-weight: normal;
	color: #2372BB;
	text-decoration: underline;
}
.linkDarkBlue {
	font-size: 11px;
	font-weight: normal;
	color: #4B6384;
	text-decoration: none;
}
.linkDarkBlue:hover {
	font-size: 11px;
	font-weight: normal;
	color: #4B6384;
	text-decoration: underline;
}



.toplink {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
.toplink:hover {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

.orangeSeparator{
	color:#FFB266;
}

.bottomlink {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
.bottomlink:hover {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

.insideContent { 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 11px; 
	color:#666666;
	padding-right:25px;
}

.bodytext { 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 11px; 
	color:#666666;
}

.bodytextbold { 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 11px; 
	color:#000000;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-size:11px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 1px 1px 1px;
	margin:0px;
	text-decoration: none;
	color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#FFFFFF; 
}

.bottomBorder{
	border-bottom:1px solid #CCCCCC; 
	padding-bottom:6px;
}


INPUT.inputField1, TEXTAREA.inputField1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666;
	font-weight:normal;
	border:1px solid #999999;
	width:250px;
	padding-left: 5px;
}

INPUT.inputField1:focus, TEXTAREA.inputField1:focus{
	border:1px solid #FFCC00;
}