body  {
	padding: 0;
	background-color: #285375;
	font : 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color : #202020;
	text-align:left;
}

.main{
	margin-left:10px;
	width:460px;
}

#block{
	margin-left:10px;
	width:460px;
}

.block p, table, tr, td{
	font : 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color : #081926;
	text-align:left;
}

.main p, table, tr, td{
	font : 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color : #081926;
	text-align:left;
}

.ul, li {
	width: 400px;
}

.left{
	margin-left:40px;
	width:250px;
}

.small{
	font : 10px "Lucida Sans Unicode", Verdana, sans-serif;
	color : #081926;
	text-align:center;
}
a:link, a:visited {
	color: #4d72be;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	background: #4d72be;
}
