body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(/images/AA_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link { 
	color: red 
}    /* unvisited links */
a:visited { 
	color: red
}   /* visited links   */

a:hover { 
	color: red
} /* user hovers     */
a:active { 
	color: blue
}   /* active links    */
.main10ptgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #555555;
}
.main12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
.main12ptbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #333333;
	font-weight: bold;
}
.white10pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #FFFFFF;
}
