@charset "utf-8";
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
body {
	background-image: url(pageGradBkg.jpg);
	background-repeat: repeat-y;
}
.white9pt {
	font-size: 9px;
	color: #FFFFFF;
}
.black9pt {
	font-size: 9px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font-size: 14px;
	color:#990000
}
h2 {
	font-size: 14px;
	color:#990000;
}
h3 {
	font-size: 12px;
	color:#003399;
}
a {
	font-size: 12px;
	color: #003399;
}
a:link {
	text-decoration: none;
	color: #0033FF;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.white12ptLink {
	font-size: 12px;
	color: #FFFFFF;
}
.white12ptLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
.white12ptLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white12ptLink:hover {
	text-decoration: underline;
	color:#FFCC00;
}
.white12ptLink:active {
	text-decoration: none;
	color:#FFFF66;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
