body
{
	background-color: #fff;
	margin: 7px 0px 0px 0px;
	color: #000;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.maintext,.footer{

color: #000 !important;
font-size:100% !important;
}
a.normal:link, a.normal:visited, a.normal:active  {color:#000; text-decoration:underline;}
a.normal:hover {color:#000; text-decoration: none;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	width: 100%;
	background-image: none;
	background-repeat: repeat-y;
}
.td-main {
	vertical-align: top;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
}

/* header */
.header {
	display:none;
}

/* menu styles */
.menu {
	margin: 20px 0px 20px 0px;
	z-index: 1000;
	position: absolute;
}

a.mainbuttontext, a.mainbuttontext:active, a.mainbuttontext:visited {
	margin: 0px 0px 2px 15px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration:none;
	font-weight: bold;
	height: 25px;
	background:url(menu-bg.gif) no-repeat left top;
	text-indent:25px;
	width: 190px;
	line-height: 25px;
	color: #000;
}
a.mainbuttontext:hover {
	background:url(menu-bg-over.gif) no-repeat left top;
	text-decoration: none;
	color: #FF9900;
}

/* center col */
.centercol {
	vertical-align: top;
	width: 100%;
	padding: 0px;
}
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
p {
	margin:0px;
	padding: 0px 0px 20px 0px;
}
h1 {
	font-family: AGOpus, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 17px;
	color: #000;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	clear:both;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
ul{ margin-top:0px;
}
ul li {
	padding: 4px 0px 4px 0px;
}


/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer{
	font-size:11px;
	padding: 0;
	color: #000;
	background:none;
	text-align: left;
	vertical-align: middle;
	display:block !important;
	visibility:visible;
}
.footer a.normal, .footer a.normal:visited, .footer a.normal:active{
	color: #000;
	text-decoration:none;
}
.footer a.normal:hover{
	color: #000;
	text-decoration:underline;
}
.logo-b {
	display: none;
	height: 120px;
	width: 200px;
	float: right;
}
.footer-l {
	display: none;
	height: 120px;
	width: 200px;
	float: left;
}

/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}
/* ***************** end forms styles ************************ */

.leftcol,.logo-b,.b_links{
	display:none;
}
