body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	margin: 0 0 0 0;
}

.normal{
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color : #5a5a5a;
}
	
.normalbold{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #5a5a5a;
	font-weight: Bold;
}

a:link{
	font-family : arial, helvetica, sans-serif;
	color : #ff0000;
	text-decoration: none;
}

a:visited{
	font-family : arial, helvetica, sans-serif;
	color : #dd1111;
	text-decoration: none;
}

a:hover{
	font-family: arial, helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
}

.footer{
	font-family : arial, helvetica, sans-serif;
	color : #5a5a5a;
	text-decoration: none;
	font-size : 9px;
}

.relatedinfo{
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	color : #5A5A5A;
	background-color : #FFFFFF;
	border : 1px solid black;
	clear : both;
	width: 130px; 
	}
.relatedinfowide{
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	color : #5A5A5A;
	background-color : #FFFFFF;
	border : 1px solid black;
	clear : both;
	width: 100%; 
	}
	
.em {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	font-style :italic;
	}
.small {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #5A5A5A; 	
	}

.upperface {
	background: url(../pix/face_upper.jpg) no-repeat top;
}

.lowertable {
	background: url(../pix/face_lower.jpg) no-repeat top;
	height: 275px;
	display: 
}

.form_field {
	color: #ff0000;
	font-family: "Courier New", Courier, "lucida console", monospace;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #5a5a5a;
}


