/* CSS Document */
body, td, p { 
	font-size: 8pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #000000;
	background-repeat: repeat;
}

.padded {
	padding-left: 10 px;
}

td.norepeat{ 
	background-repeat: no-repeat;
}

a {
	font-size: 8pt;
	color: #4a74c3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-weight: bold;
	font-weight: bold;
}
a.fhlink {
	font-size: 8pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #98022f;
}
a.fhlink:hover {
	font-size: 8pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #D2C979;
}
a.fhlinkhover {
	font-size: 8pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #D2C979;
}
h1 {
	font-size: 10pt;
	color: #4a74c3;
	font-family: "Verdana, Times, serif";
	font-weight: bold;
}
h2 {
	font-size: 8pt;
	color: #4a74c3;
	font-family: Verdana, Times, serif;
	font-style: italic;
	font-weight: normal;
}
.h1 {
	font-size: 10pt;
	color: #4a74c3;
	font-family: "Verdana, Times, serif";
	font-weight: bold;
}
.h2 {
	font-size: 8pt;
	color: #4a74c3;
	font-family: Verdana, Times, serif;
	font-style: italic;
	font-weight: normal;
}
a.hlink {
	color: #666633;
	font-weight: bold;
}
a.hlink:hover {
	text-decoration: none;
}
.copy {
	font-size: 8pt;
	color: #000000;
}

.button {
	background-color: #1b3b65;
	color: #FFFFFF;
	font-weight: bold;
}

.button_hover {
	background-color: #d9a43a;
	color: #FFFFFF;
	font-weight: bold;
}