/* CSS Document */

p{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	padding: 1 px;
	padding-left: 6px;
	padding-right: 6px;
}
.BodyBold {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Subhead {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
}
.bold {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.navigation {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC3300;
	font-stretch: normal;
	display: block;
}

.navigation:hover {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC9900;
	font-stretch: normal;
	display: block;
}
