body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1em;
	color: #666666; 
}

.textField {
	font-size: 11px;
	color: #333333;
	width: 96%;
}

.standardText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #808080;
	text-align: justify;
}

.standardText p {
	text-align: justify;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.25em;
}

.standardText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9999;
	text-decoration: none;
}

.standardText a:hover {
	color: #996666;
	text-decoration: none;
}

/* for visited links */
/* .standardText :visited { color: #996666; } */

a.menu1
{
	line-height: 12pt;
	text-decoration: none;
}

a:hover.menu1
{
	text-decoration: underline;
}

.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	letter-spacing: 3px;
}

.footerText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #808080;
	text-decoration: none;
}
.footerText a:hover {
	color: #996666;
	text-decoration: none;
}
.justified {
	text-align: justify;
}