body {
	margin: 0px;
}

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

a:hover {
	color: #7091AB;
}

h1 {
	background-color: #FFFFFF;
	color: #004880;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	background-color: #FFFFFF;
	color: #004880;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol, li {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	list-style-type: square;
}

td.infobox {
	background-color: #7091AB;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul.infobox, li.infobox {
	background-color: #FFFBE1;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	text-align: justify;
	list-style-image: url('/images/li.gif');
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.top-menu {
	background-color: #FFFBE1;
	color: #004880;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.top-menu-items {
	background-color: #FFFBE1;
	color: #004880;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.left-menu {
	background-color: #FFFFFF;
	color: #004880;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.left-menu-current {
	background-color: #7091AB;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.copyright {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-align: center;
}

.body-background {
	background-color: #FFFFFF;
}