body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 10pt;

}

img {
	border: none;
}

a {
	text-decoration: none;
}

.maintxt_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A3900;
	text-align:left;
}
.hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a84c0b;
	font-weight:normal;
}

.hilite_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a84c0b;
	font-weight:bold;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#E17A19;
	font-weight: bolder;
	border-bottom: 1px dotted silver;
}

.loginlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A3900;
	text-decoration:none;
	font-weight:bold;
}

#centerpage{
	position:absolute;
	left:50%;
	top:50%;
	width:720px;
	height:404px;
	/* the width/2 */
	margin-left:-360px; 
	/* the height/2 */
	margin-top:-202px;
}

.link1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A3900;
	text-decoration:none;
	line-height: 15px;
}
.link1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E17A19;
	font-weight:bold;
	text-decoration:none;
	line-height: 15px;
}

