
BODY {
	background-color: white;
	margin: 0px;
}

BODY, TD, TH, TEXTAREA, A {
	font-family: Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: black;
}

A IMG {
	border: 0px;
}

FORM {
	display: inline;
}

/**/
.headerArea {
	padding: 9px 12px 10px 10px;
}

.companyName {
	color: #3C6948;
	font-size: 22pt;
	font-weight: bold;
	padding-left: 15px;
}

.portalName {
	color: #3C6948;
	font-size: 22pt;
	font-weight: bold;
	padding-left: 15px;
}
/**/

.contentArea {
	background-color: white;
	padding: 15px;
}

.contentArea A {
	color: blue;
	text-decoration: underline;
}

.contentArea LI
{
	padding-bottom: 10px;
}