.cssbody_black {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../Images/headerBg_black.gif);
	background-repeat:repeat-x;
}

.cssbody_white {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../Images/headerBg_white.gif);
	background-repeat:repeat-x;
}
.cssbody_Main {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../Images/headerBg.gif);
	background-repeat:repeat-x;
}
.tableheader 
{
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}
.text11Black 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000; 
}
.text12Black 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
}
.text12Blue 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#2F4388;
}
.text12LtBlue 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#828DAB;
}
.subheading 
{
	font-size:large; 
	font-family:Arial,Helvetica,sans-serif; 
	color:#828DAB;
}
.subheadingSm 
{
	font-size:medium; 
	font-family:Arial,Helvetica,sans-serif; 
	color:#828DAB;
}
.subheadingExtSm 
{
	font-size:14px; 
	font-family:Arial,Helvetica,sans-serif; 
	color:#2F4388;
}
.tableborder 
{
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#000000;
}
.maincontainer 
{
	padding-right:12px;
	padding-left:12px;
	padding-bottom:12px;
	padding-top:12px;
}
.container 
{
	padding-right:0px;
	padding-left:0px;
	padding-bottom:8px;
	padding-top:8px;
}
.submit 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	height:18px;
	border-bottom:0px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	background-image:url(../Images/buttonBlueBg.gif);
	/*background-color:#2F4388;*/
	background-repeat:repeat-x;	
}
.redbutton 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	height:18px;
	border-bottom:0px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	background-image:url(../Images/redButtonBg.gif);
	background-repeat:repeat-x;	
}
.greybutton 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
	color: #000000;
	height:18px;
	border-bottom:0px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	background-image:url(../Images/buttonGreyBg.gif);
	background-repeat:repeat-x;	
}
.errorNotice 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
}
.textbox 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
	border: #A5ACB2; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
}
.required 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
	border: #A5ACB2; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
}
.dropdown 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
}
.dropdownReverse 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
	background-color:#2F4388; 
}
.Requireddropdown 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
	background-color:#2F4388; 
}
.tabselect 
{
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#2F4388;
}

.tabdefault 
{
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}
.hideOverflow {overflow: auto; overflow-x: hidden; overflow-y: hidden;}

/* LINK STYLES  

a:link 
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	font-size:11px;
	color:#0000FF;
	text-decoration:underline;
}
a:visited 
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	font-size:11px;
	color:#0000FF;
	text-decoration:underline;
}
a:hover 
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	font-size:11px;
	color:#0000FF;
	text-decoration:none;
}
*/