
body{
	background-color:#78878F;
	margin:5px;
}
.frame{
	width:745px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.left{
	float:left;
	background-color:#78878F;
}
.right{
	margin: 0 0 0 205px;
	width:527px;
	background-color:#ffffff;
	color:#535353;
	font-size:12px;
	
}
.nav{
	border-top:1px dashed #F5AD59;
	padding-top:5px; 
	padding-bottom:5px; 
	background-color:#F6F8F8;
	width:188px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding-left:10px;
	
}
.top_nav{
	color:#FFFFFF;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding-right:30px;
}
.header_grey{
	font-size:18px;
	color:#535353;
	font-weight:bold;
}
.header_orange{
	font-size:18px;
	color:#FF7C00;
	font-weight:bold;
}
A:link, A:visited, A:active {text-decoration: none; color:#000000; background-color: transparent;}
A:hover {color:#FF7C00; }

A.different:link, A.different:visited, A.different:active {text-decoration: none; color:#ffffff; background-color: transparent;}
A.different:hover {color:#FF7C00;}

A.blue:link, A.blue:visited, A.blue:active { color:#0000FF; text-decoration:underline;}
A.blue:hover {color:#FF7C00;}
A.grey:link, A.grey:visited, A.grey:active { color:#999999; text-decoration:underline;font-weight:bold;}
A.grey:hover {color:#FF7C00;}
#current{
	text-decoration:underline;
	font-weight:bold;
}
.content{
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:10px;
}

/*disclaimer section on Email Updates page*/
#emailDisclaimer {
	FONT-WEIGHT:normal;
	FONT-SIZE:14pt;
	LINE-HEIGHT:normal;
	font-family:Arial;
}

.required {
  color: #FF0000;
  text-align:right;
}

.requiredError {
	color: #FF0000;
	font-weight: bold;
	FONT-SIZE:10px;
	font-family: Verdana, Arial;
	text-align: right;
}
.fieldLabel {
	color: #000000;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 12px;
	FONT-WEIGHT: bold;

}
.errorTable {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px
}
