/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #CCCCCC;
	background-image:url(/img/global/bck_content.jpg);
	background-position:center;
	background-repeat:repeat-y;
		
}

	td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	
	
}
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #446EB3;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	color: #000000;
}
.divOn{
	visibility:visible;
	display:block;
	position:relative;
}
.divOff{
	visibility:collapse;
	display:none;
	position:absolute;
}
.divOffRel{
	visibility:hidden;
	position:relative;
}
.divOnRel{
	visibility:visible;
	position:relative;
}
/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdNav{
	background-image:url(/img/global/bck_nav.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.tdGradLeft{
	background-image:url(/img/global/bck_gradLeft.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.tdGradRight{
	background-image:url(/img/global/bck_gradRight.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.tdContent{
	background-color:#FFFFFF;
	background-image:url(/img/global/bck_contentBot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.tdGrey{
	background-color:#F5F5F5;
	cursor:pointer;
}
.tdRed{
	background-color:#C40E26;
}
.tdPortfolioRed{
	background-color:#C40E26;
}
.tdLightGray {
	background-color: #f1f1f1;
}
.tdDot{
	background-image:url(/img/global/dotslong.gif);
}

/*
Fonts
------------------------------------------------------------------------------------
*/
.font_navUtil{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-smooth:never;
}
.title{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.executiveTitle{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.font_copyright{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.adminTTL{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*
Links
------------------------------------------------------------------------------------
*/
.link_navUtil{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-smooth:never;
}
.link_navUtil:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-smooth:never;
}
.link_navUtil:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-smooth:never;
}
.link_navUtil:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-smooth:never;
}

.link_copyright{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.link_copyright:link{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.link_copyright:visited{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.link_copyright:hover{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	text-decoration:underline;
}
/*
Layers
------------------------------------------------------------------------------------
*/
.layer_logo{
	position: absolute;	
	visibility: visible;
	z-index:2;
}
.layer_utilNav{
	position: absolute;
	visibility: visible;
	z-index:3;
}
.layerNoFlashTitle{
	color:#003366;
	font-size:14px;
	font-weight:bold;
}
/*
Cursor
------------------------------------------------------------------------------------
*/
.hand{
	cursor: pointer;
	cursor: hand;
}
.crosshair{
	cursor: crosshair;
}
/*
Text Styles
------------------------------------------------------------------------------------
*/

.whiteText{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.tdCareerttl {
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
.tdGreyRoll {
	background-color: #E5E5E5;
	cursor:pointer;
}
