@charset "UTF-8";
/* CSS Document */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bodyTextR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.bodyText10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.headText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#990000;
}

.headText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#990000;
}
.imagePadding {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration:none;
}
a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration:none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a:link#headerLinks{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover#headerLinks{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration:none;
}
a:visited:hover#headerLinks{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration:none;
}
a:visited#headerLinks{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

OL.withroman { list-style-type: lower-roman }

OL.alpha { list-style-type: lower-alpha }

