body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#top {
	width: 100%;
	height: 56px;
	overflow:hidden;
}

#menu {
	width: 100%;
	background-color: #0094DA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu a:link, #menu a:active, #menu a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
	margin-left: 5px;
}

#menu a:hover {
	color:white;
	text-decoration:underline;
	font-weight:bold;
	margin-left: 5px;
}

#content {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

#content div.line {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;
}

.h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	margin:0px 0px 8px 0px;
}

a:link, a:active, a:visited {
 color:#245885;
 text-decoration:none;
}

a:hover {
 color:#999999;
 text-decoration:underline;
}
