/* CSS Document */


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0000FF
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#0000FF
}


ul {
margin-top: -.75em;
padding: 0em 1em;
}

ol {
margin-top: -.75em;
padding: 0em 1em;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

