.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #084275;
	text-decoration: none;
	font-weight: normal;
}
A.body { text-decoration: underline}
A.body:hover { color: #000000; text-decoration: underline}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #084275;
	text-decoration: none;
	font-weight: bold;
}

.headerGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2DAF56;
	text-decoration: none;
	font-weight: bold;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #2DAF56;
	text-decoration: none;
	font-weight: normal;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #d2232a;
	text-decoration: none;
	font-weight: bold;
}
A.red { text-decoration: underline}
A.red:hover { color: #d2232a; text-decoration: none}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9999CC;
	text-decoration: none;
	font-weight: normal;
}
A.footer { text-decoration: underline}
A.footer:hover { color: #0F1566; text-decoration: underline}

ul {
	list-style-image: url(images/bullet.gif);
	margin-top: 4px; 
	margin-bottom: 4px; 
}

.pageborder {
   border-style: solid;
   border-color: #000000;
   border-bottom-width:1px;
   border-left-width:1px;
   border-right-width:1px;
   border-top-width:1px;
   width:802px;
}