/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #000000;
	background-image:url(../imgs/index/main-back.gif);
	background-repeat: no-repeat;
	background-position: left top;		
}

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

/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdDash{
	background-image:url(/img/global/dash.gif);
}
.tdWhite{
	background-color:#FFFFFF;
}
.tdGrey{
	background-color:#393D41;
}
.tdRed{
	background-color:#C40E26;
}
.tdVSpace{
	height: 30px;
}
.tdBackain {
	
	background-image:url(../imgs/index/main-back.gif);
	background-repeat: no-repeat;
}

/*
Fonts
------------------------------------------------------------------------------------
*/
.title{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.copyright{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*
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;
}
/*
Resumes
------------------------------------------------------------------------------------
*/
.resumeName{
	font-family: Helvetica, sans-serif;
	font-size: 24px;
}
