.main {
	font: normal small Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 20px;
}
body {
	margin-top: 0px;
	background-color: #3656AA;
}
.style1 {font-size: xx-small}
.style2 {font-size: x-small}
a:link {
	color: #3656AA;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #336600;
	text-decoration: none;
}
.logo {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.boxrt {
	margin: 10px;
	padding: 10px;
	float: right;
	height: auto;
	width: auto;
	border: medium solid #33CC99;
	background: #FFFFFF;
}
.boxlt {
	margin: 10px;
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
	border: medium solid #3656AA;
	list-style: disc inside;
	background: #FFFFFF;
}
.thumb {
	float: left;
	height: 88px;
	width: 72px;
	margin: 5px;
	padding: 5px;
	clear: right;
}
.ctr {
	margin: 5px;
	border: medium solid #FFCA4D;
}
