/* CSS Document */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	padding: 0px;
	font-style: normal;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.bold_notbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}


.navigation {
	font-family: Verdana, snas-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;



	display: block
	padding: 8px;
	width: 140px;
	padding-right: 20px;
	border-top: 5;
}

.navigation:hover {
	font-family: Verdana, snas-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block
	padding: 8px;
	width: 140px;
}
.italic {
	font-family: Arial, Helvetica, sans-seri;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
}
.list_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}
.bold_itlalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #000000;
}
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 2;
}
