body, p, td, input, span, select, .bodytext {
	font-family:  Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}

.lighttext {
	font-family:  Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #E4DFD3;
}

.darktext {
	font-family:  Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4D473E;
}


a:link, a:active, a:visited {
	font-family:  Arial, Helvetica, Sans-serif;
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}


/* dark text hyperlinks*/

a.darklink:link, a.darklink:active, a.darklink:visited {
	font-family:  Arial, Helvetica, Sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.darklink:hover {
	color: #4D473E;
	text-decoration: underline;
}

/* dark text hyperlinks*/

a.lightlink:link, a.lightlink:active, a.lightlink:visited {
	font-family:  Arial, Helvetica, Sans-serif;
	color: #E4DFD3;
	text-decoration: underline;
}

a.lightlink:hover {
	color: #E4DFD3;
	text-decoration: underline;
}


/* define default form class */
.form {
	font-size: 11px;
	font-family: Arial
}

*.form {
	font-size: 11px;
	height: 18px;
	border-width: 1px;
	border-color: #A9AAAC;
	background-color: #FFFFFF;
	border-style: solid;
	font-family: Arial,Helvetica,sans-serif;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #E6E6E6;
	text-decoration: none;
}
.textspaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.divider {
	background-image: url(images/img_line.gif);
	background-repeat: repeat-x;
	background-position: 10px;
}
