@charset "utf-8";
/* CSS Document */
body {
	font: 10px Tahoma, Arial;
	font-size:10px;
	color: #333333;
	background: #FFFFFF ;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border: none;
}
ul{
list-style:disc;
color:#000000;
}


h2 { color: #0c2e85; font-weight: bold; margin-bottom: 0; }
hr { border-bottom: 1px solid #efefef; margin: 5px 0px; width:250px; }
#content {padding-left: 10px; text-align: left; width: 567px; }

