body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color:#f58220;

}
img {
	border:none;
}
#wrapper{
	text-align:center;
	width:100%;
	margin-top:60px;
}

#logo_table{
	margin-top:0px;
	position:relative;
	height:181px;
	
}

#logo_table .left{
	color:#000000;
	text-align:center;
	margin-top:0px;
	height:181px;
	width:140px;
	margin-left:80px; 
	margin-right:0px;
}


#logo_table .center{
	text-align:center;
	margin-top:0px;
	height:181px;
	width:104px;

}

#logo_table .right{
	text-align:center;
	margin-top:0px;
	height:181px;
	width:140px;
	margin-left:0px; 
	margin-right:80px;

}


#main_body {
	background-color:#133880;
	width:566px;
	height:484px;
	color:#000000;
}

 
 #main_table{
 	width:546px;
  	height:464px;
 }

 #main_table .body_row{
 	color:#FFFFFF;
 	line-height:16px;
 	font-weight:bold;
 	text-align:center;
 	width:546px;
 	height:87px;

 }

 #main_table .header_row {
 	width:546px;
  	height:175px;
 }
a{
 	color:#000000;
 	font-weight:bold;
 	text-align:center;
 	text-decoration:none;
 }
a:hover{
  	color:#f58220;
 }
 
.email{
	color:#FFFFFF;
  }
.email:hover{
 	color:#f58220;
  }
