/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #393D41;
		
}

	td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
	
}
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C40E26;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	color: #000000;
}

/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdDash{
	background-image:url(/img/global/dash.gif);
}
.tdWhite{
	background-color:#FFFFFF;
}
.tdGrey{
	background-color:#393D41;
}
.tdRed{
	background-color:#C40E26;
}
.tdPortfolioRed{
	background-color:#C40E26;
}
.tdLightGray {
	background-color: #f1f1f1;
}
.tdDot{
	background-image:url(/img/global/dotslong.gif);
}

/*
Fonts
------------------------------------------------------------------------------------
*/
.title{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.executiveTitle{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.copyright{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.adminTTL{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*
Links
------------------------------------------------------------------------------------
*/
.portfolio_next{
	color: #000000;
	text-decoration: none;
}
.portfolio_next:link{
	color: #000000;
	text-decoration: none;
}
.portfolio_next:visited{
	color: #000000;
	text-decoration: none;
}
.portfolio_next:hover{
	color: #555555;
	text-decoration: none;
}
/*
Layers
------------------------------------------------------------------------------------
*/
.layer_logo{
	position: absolute;	
	visibility: visible;
	z-index:2;
}
.layer_utilNav{
	position: absolute;
	visibility: visible;
	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;
}

/*
Event Styles
------------------------------------------------------------------------------------
*/

.event_featured {font-size:12px;font-weight:bold;}
.event_name {font-size:12px;font-weight:bold;}
.event_headline {font-weight:bold;}
.event_date {color:#666666;}

