/* CSS Document */

/* universal elements */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}

a {
 color: #5c5c40;
 text-decoration: none;
}
 
a:hover {
 color: #88884F;
 text-decoration: underline;
 text-align : left;
}

hr {
	border: .5px solid #314872;
	margin: 1px 0px 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 13.5px;


 }
#ErrorTime {
	color: #FF0000;
	position: absolute;
	top: 148px;
	left: 79px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
