@charset "ISO-8859-1";

body{
	background: #adc3ff;
	color: #162A5D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
table{
	font-size: 100%;
}

table a{
	color: #162A5D;
	text-decoration: underline;
}
table a:hover{
	color: #FF0;
}

#main_container{
	margin: 10px auto;
	width:768px;
}
.left_nav{
	/*font-size: 0.8em;*/
	padding: 0 14px;
	font-weight: bold;
}
/*.left_nav a{
	color: #162A5D;
	text-decoration: none;
}
.left_nav a:hover{
	color: #162A5D;
}
*/