@charset "utf-8";
body {
	background-color: #91B9F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #06224A;
}
#main {
	background-color: #FFF;
	width: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #062655;
	border-bottom-color: #062655;
	border-left-color: #062655;
	text-align: left;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
}
#header {
	height: 60px;
	text-align: right;
	padding-right: 25px;
}
h1 {
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #06234F;
}
h2 {
	font-size: 120%;
	color: #F00;
}

#foot {
	background-color: #F00;
	height: 60px;
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#000;
}
#foot a {
	font-weight: bold;
	color: #006;
	text-decoration: underline;
}
#foot a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#foot h2 {
	font-weight: normal;
	color: #000;
	font-size: 100%;
}
.content {
	background-color: #FFF;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.sm {
	font-size: 90%;
}
#menu {
	background-color: #0F54BA;
	font-size: 110%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.red {
	color: #C00;
}
.lst {
	margin-left: 100px;
}
