@charset "utf-8";
/* CSS Document */

.Subtitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
.Subtitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
.SubtitleBlue {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color:#006;
}
.BodyText {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
}
.BodyTextBottomBar {
	font-family: Arial;
	font-weight: Bold;
	font-size: 12px;
	color:#FF0;
}
.BodyTextBlue {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color:#006;
}
.BodyTextBullets {
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color:#0000FF
}
.BodyTextkeywords {
	font-family: Arial;
	font-weight: none;
	font-size: 8px;
	color:#000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#006;
}
a:hover {
	text-decoration: none;
	color: #f8d222;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #999;
}
hr {color: #006;
}