* {
	font-family: arial;
	font-size: 10pt;
}

html, body {
	background-image: url(/gfx/back.gif);
	background-repeat: repeat-x;
	background-color:	#7B7BD3;
	background-position: top;
}

#center_cnt {
	text-align: center;
}

#main_cnt {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#acc_main_cnt {
	text-align: left;
}

#login_cnt {
	margin-bottom: 5px;
	padding-bottom: 1px;
	width: 100%;
	overflow: hidden;
	color: red;
	text-align: right;
	
	
}

#login_cnt a {
	color: red;
	font-size: 13pt;
	font-weight: bold;

}

#marquee_cnt {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

#marquee_cnt marquee {
	font-size: 8pt;
}

#body_cnt {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 10px;
	background: white;
}

#acc_body_cnt {
	margin-bottom: 5px;
	padding: 10px;
	background: white;
	overflow: visible;
	width: 1500px;
}

#payment_cnt {
	float: right;
	width: 32%;
	padding: 0 5px 0 5px;
	background-color: #FF7D00;
	font-size: 8pt;
	color: white;
	border: 2px solid red;
}

#payment_cnt a {
	font-size: 8pt;
}

#payment_cnt h3 {
	font-size: 10pt;
}

#nav_cnt {
	margin-bottom: 10px;
}

#lnav_cnt {
	float: left;
	margin-right: 20px;
}

#lnav_cnt a {
	display: block;
	margin-bottom: 5px;
	background: darkblue;
	color: white;
	padding: 3px 6px;
	text-decoration: none;
	font-weight: bold;
}

#lnav_cnt a:hover {
	color: white;
	background: red;
}

#footer_cnt {
	color: grey;
	clear: both;
	font-size: 8pt;
	text-align: center;
	color: white;
}

#footer_cnt a {
	color: white;
	text-decoration:none;
}

#footer_cnt * {
	font-size: 8pt;
}

form {
	margin: 0;
}

table tr td {
	vertical-align: top;
}

table.verify tr td {
	font-size: 15pt;
}

table.bordered {
	margin-top: 1px;
	border: 1px solid lightblue;
}

table.bordered tr td {
	border: 1px solid lightblue;
	padding: 2px 7px 2px 3px;
}

table tr.th td {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: red;
}

span.error {
	display: block;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}

div.poffice_cnt {
	width: 610px;
	height: 395px;
	overflow: hidden;
}

div.poffice {
	position: relative;
	top: -398px;
}

div.poffice div.title {
	position: absolute;
	font-family: Arial, Helvetica;
	color: red;
}

div.poffice div.title, div.poffice div.title span {
	font-size: 9px;
}

div.poffice div.value {
	position: absolute;
	font-family: Courier;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 9.04px;
}

#freedays {
	margin-top: 12px;
	text-align: center;
}


#logo_cnt {
	overflow: hidden;
	width: 130px;
	height: 65px;
	margin-top: 40px;
}

#logo {
	margin-left: 10px;
	height: 87px;
}

table.acc_results tr td, table.acc_results tr td * {
	font-size: 11px;
}
