body {
	background: #d2e3ee url(../images/main_ui/big-bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;

}

a, a:visited, a:active, .link_class { color: #1773ae; text-decoration: none; }
a:hover								{ color: #1773ae; text-decoration: underline; }

.logo {
	background: transparent url(../images/main_ui/top-logo1.gif) no-repeat 30px 0px;
	text-align: left;
}

.logo_business {
	background: transparent url(../images/main_ui/top-logo2.gif) no-repeat 30px 0px;
	text-align: left;
}

.signer {
	width: 400px;
	height: 80px;
	float: right;
	text-align: right;
	margin: 10px;
}

.tabs {
	margin-left: 350px;
	height: 33px;
	width: 630px;
}

.tabs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.tabs_li
{
	float: left;
	position: relative;
	width: 112px;
	margin-right: 8px;
	height: 33px;
	background: white url(../images/main_ui/top-tabs.gif) no-repeat 0px 0px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.tabs a , .tabs span { font: bold 16px "Myriad Pro", Arial; padding-top: 7px; display: block; height: 26px; text-decoration: none; color: #c1c1c1; }
.tabs a:hover        { font: bold 16px "Myriad Pro", Arial; color: #ffffff; }
.tabs_li_hover { background-position: 0px -33px; }
.tabs span     { cursor: normal; }
.tabs_cur      { background-position: 0px -66px; color: #ffffff; }
.tabs_cur a    { color: #ffffff; }


.footerLinks, .footerLinks a {
	color: #546c7e;
	text-decoration: none;
	font: 12px Arial;
	margin: 3px;
}


.main_css
{
	background: white;
	min-height: 300px;
	text-align: left;
	font: 12px Arial;
}

.signer
{
	font: 14px Arial;
}

.main_css h2
{
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma;
	background: white url(../images/main_ui/main-h_bk.gif) repeat-x;
	display: block;
	margin: 5px;
	padding: 2px 0px 0px 10px;
	text-transform: uppercase;
	color: #1773ae;
}

.main_css h3
{
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	background: white url(../images/main_ui/main-h_bk.gif) repeat-x;
	display: block;
	margin: 5px;
	padding: 2px 0px 0px 10px;
	text-transform: uppercase;
	color: #1773ae;
}

.main_column
{
	float: left;
	padding-left: 20px;
}

.bigyellowbtn
{
	display: block;
	background: white url(../images/main_ui/big_button.gif) repeat-x;
	height: 23px;
	padding: 7px 0px;
	text-align: center;
	border: 1px solid #efd630;
	margin: 3px 30px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: black !important;
}


.tooltip_text
{
	font: 15px Arial;
}

.top_warning
{
	margin-top: 15px;
	padding-left: 30px;
	width: 170px;
	float: right;
	background: url(../images/top_warning.gif) no-repeat 0px center;
}



.main_css .table_td1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #1773ae;
	text-align: left;
}




