body {
	background-color: white;
	margin: 0 0 0 0;
}

p { 
	font-size: 11px; 
	font-family: Verdana, Geneva, sans-serif;
}

a.white {
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 13px; 
	text-decoration: none;
}

a.blue:link { 
	color: #00a; 
	font-weight: bold; 
	font-size: 11px; 
}

a.blue:visited { 
	color: purple; 
	font-weight: bold; 
	font-size: 11px; 
}

a.blue:hover, a.blue:active { 
	color: red; 
	font-weight: bold; 
	font-size: 11px; 
}

a.red:link {
	color: red; 
	font-size: 11px; 
	text-decoration: none; 
}

a.red:visited {
	color: blue; 
	font-size: 11px; 
	text-decoration: none; 
}

a.red:hover, a.red:active {
	color: gray; 
	font-size: 11px; 
	text-decoration: none; 
}

.redtext {
	color: red;
}

.headers { 
	color: purple; 
	font-weight: bold; 
	font-size: 12px; 
	text-transform:uppercase;
}

.subheaders { 
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
}

.nojustify { 
	text-align: left;
}

.ltgraytext { 
	color: #999;
}

.dkgraytext { 
	color: #666;
}

.11ptfont { 
	font-size: 11px;
}

.10ptfont { 
	color: white; 
	font-size: 10px;
}

td { 
	font-size: 11px; 
	font-family: Verdana, Geneva, sans-serif;
}

td.indent1 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 15px;
}

.headers2 {
	color: red;
	font-weight: bold;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text_white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}

.border {
	border-top: 1px solid #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 1px solid #333399;
}

.border2 {
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 1px solid #333399;
}

.headers3 {
	color: red;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.headers4 {
	color: red;
	font-weight: bold;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.small {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

a.black {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.indent {
	padding-left: 0;
}
