@charset "utf-8";
/* CSS Document */

p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:normal;
	padding-left: 10px;
	padding-right: 10px;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003366;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}


.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #000033;
	text-decoration: none;
	border-bottom-color: #A7B2DF;
	display: block;
	padding: 8px;
	width: auto;
	background-color: #7C95CD;
}

.navigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #000033;
	text-decoration: none;
	border-bottom-color: #1D3C75;
	display: block;
	padding: 8px;
	width: auto;
	background-color: #1D3c75;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: normal;
	color: #000033;
	line-height: normal;
	text-decoration: none;
	margin-top: 5px;
}
.bold_ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
