/* Main Layout */
body { 
	margin: 0; 
	background-color: white; 
}
a	{ 
	color: #2D346A; 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
a.nav { 
	font: bold 13px tahoma; 
	color: black; 
	text-decoration: none; 
	line-height: 25px;
}
a.nav:hover { 
	color: white; 
	text-decoration: none;  
}
.td1 { 
	background-color: #ffffff; 
}
.td2 { 
	background-color: #f5f5f5; 
}
#content input, 
#content textarea { 
	background-color: #ffffff; 
	border: 1px solid #cccccc; 
	font: bold 10px tahoma; 
}
#footer	{
	margin-left: 130px;
	text-align: center;
}		
/* End of Layout */



