/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
}
td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545454;
	font-weight: normal;
}
A:hover {
	color: #333333;
}
/*
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_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.tdGradRight{
	background-image:url(/img/global/bck_right.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;
}
.tdWhite{
	background-color:#FFFFFF;
}
.tdContentTableHeader{
	background-color:#022461;
	color:#FFFFFF;
}
.tdYellow{
	background-color:#022461;
}
.tdBlueLight{
	background-color:#022461;
	cursor:pointer;
}
.tdBlueLightLight{
	background-color:#D0D6E4;
	cursor:pointer;
}
.tdBlue{
	background-color:#022461;
}
.tdGrey{
    background-image:url(/img/global/bg.gif);
	
}
.tdRed{
	background-color:#C40E26;
}
.tdPortfolioRed{
	background-color:#C40E26;
}
.tdGrayLight{
	background-color: #f1f1f1;
}
.tdDash{
	background-image:url(/img/global/bck_dash.gif);
}
.tdDashVirt{
	background-image:url(/img/global/bck_dashVirt.gif);
}
.tdDashHoriz{
	background-image:url(/img/global/bck_dashHoriz.gif);
}
/*
Fonts
------------------------------------------------------------------------------------
*/
.font_navUtil{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.font_ttl{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
.font_NavSubTtl{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.font_subNav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #022461;
	font-size:10px;
	text-decoration: none;
}
.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_sort{
	color: #FFFFFF;
	text-decoration: none;
}
.link_sort:link{
	color: #FFFFFF;
	text-decoration: none;
}
.link_sort:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.link_sort:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/*
Layers
------------------------------------------------------------------------------------
*/
.layer_logo{
	position: absolute;	
	visibility: visible;
	z-index:2;
}
.layer_utilNav{
	position:absolute;
	visibility: visible;
	top:43px;
	z-index:3;
}
/*
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;
}

