/* CSS Document */

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
line-height:12px;
padding:3px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #003399;
}

.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 125px;
	text-align: left;
}
.currentpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	text-align: left;
	padding: 8px;
	text-decoration: none;
	display: block;
	width: 125px;
}

.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	display: block;
	padding: 8px;
	width: 125px;
	text-align: left;
	background-color: #999999;
}
.bulletpoints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999966;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: none;
	position: fixed;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
.addressline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	line-height: 20px;
}
.copyrightline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}


