h1 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 18px;
	color: #f80930;
	line-height: 28px;
}
h2 {  font-family: Georgia, Palatino, "Times New Roman", serif; font-size: 16px; color: #F80930}
h3 {  font-family: Georgia, Palatino, "Times New Roman", serif; font-size: 14px; color: #F80930}
p {  font-family: Arial, Helvetica, sans-serif}
li {  font-family: Arial, Helvetica, sans-serif}
ol {  font-family: Arial, Helvetica, sans-serif}
td {  font-family: Arial, Helvetica, sans-serif}
table {  font-family: Arial, Helvetica, sans-serif}
a:link {
	color: #F80930;
	background-color: #FFFFFF;
	text-decoration: none;
}
a {
	line-height: 120%;
}
.indent {
	margin-left: 20px;
}
a:visited {
	color: #F80930;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover {
	color: #F80930;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	color: #F80930;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.black {color: #000000}
.small {
	font-size: 10px;
	line-height: 9px;
}
.right {
	float: right;
	margin-right: 15px;
}
body {
	background-color: #FFFFFF;
}
.divablue {
	color: #3333CC;
}
.clear {
	clear: both;
}
