/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.bullet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: normal;
	list-style-type: square;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0F75BC;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	}
.link {
	font-weight: bold;
	color: #6ccff6;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6CCFF6;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 10px;
	margin-bottom: 1px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
a:link {
	font-weight: bold;
	color: #0F75BC;
}	
.base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #414242;
	text-align: center;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}	
a:visited {
	font-weight: bold;
	color: #999999;
}
a:hover {
	font-weight: bolder;
	color: #6CCFF6;
}
#navigation {
	position: centre;
}

