/* CSS Document */
A:ACTIVE {
	color:#CC0000;
	text-decoration : none;
}
A:HOVER {
	color: #FF0000;
	text-decoration: underline;
}
A:LINK {
	color: #CC0000;
	text-decoration: none;
}
A:VISITED {
	color: #990000;
	text-decoration: none;
}

i {font-family: arial; font-size: 10pt; color: #666666; line-height: 12pt; }
.headline {font-family: arial; font-size: 13pt; font-weight: bold; color: #666666;}
.copy {font-family: arial; font-size: 12pt; color: #666666; line-height: 15pt; }
.formcopy {font-family: arial; font-size: 11pt; color: #000000;}
.required {font-family: arial; font-size: 10pt; color: #CC0000;}
.littlecopy {font-family: arial; font-size: 8pt; color: #666666;}

