h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.small {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td {
	font-family: Verdana;
	font-size: 11px;

	color: #424242;
}



A {
	COLOR: #424242; TEXT-DECORATION: none
}
A:hover {
	COLOR: #004aaf; TEXT-DECORATION: underline
}li {
	list-style-image: url(images/dot.gif);
	padding: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;

}
.blue{color: #004AAF;text-align:right;padding:0px;}.orange {
	font-weight: bold;
	color: #FF6600;
}
.underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;