BODY {
	font-family: Bookman Old Style, helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 80%;
	color: #000000;
}
TD {
	font-family: Bookman Old Style, helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 80%;
}
A:link {
	text-decoration:underline;
	color: #000000;
	padding-left:2px;
	padding-right:2px;
}
A:active {
	text-decoration:none;
	color: #000000;
	padding-left:2px;
	padding-right:2px;
}
A:visited {
	text-decoration:underline;
	color: #000000;
	padding-left:2px;
	padding-right:2px;
}
A:hover {
	text-decoration:none;
	color: #000000;
	padding-left:2px;
	padding-right:2px;
}
a.nav:link {
    font-family: Bookman Old Style;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	color: #E6DFD1;
	font-size: 14px;
}
a.nav:visited {
    font-family: Bookman Old Style;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	color: #E6DFD1;
	font-size: 14px;
}
a.nav:active {
    font-family: Bookman Old Style;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	color: #E6DFD1;
	font-size: 14px;
}
a.nav:hover {
    font-family: Bookman Old Style;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	color: #E6DFD1;
	font-size: 14px;
}
.form {
	background-color: #E6DFD1;
	border: 1px inset #FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	width: 255px;
}
.sbutton {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	color: #000000;
	font-weight: bold;
	font-family: Bookman Old Style;
	font-size: 14px;
	width: 100px;
}
.sform {
	background-color: #E6DFD1;
    border: 1px inset #FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	width: 500px;
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	color: #000000;
	font-weight: bold;
	font-family: Bookman Old Style;
	font-size: 14px;
}
div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.msg{
	color:#67A516;
 	font-weight:bold; 
}

.error_msg{
	color:#FF0000;
 	font-weight:bold; 
}