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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
.PageHeaders {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
.Red14 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
.Black14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.Gray12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.Red24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #900;
}
.Black16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.LargeType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
}
