BODY {
	scrollbar-arrow-color:#9B77A3;
	scrollbar-track-color:#5556A9;
	scrollbar-shadow-color:#5556A9;
	scrollbar-face-color:#5556A9;
	scrollbar-highlight-color:#9B77A3;
	scrollbar-darkshadow-color:#5556A9;
	scrollbar-3dlight-color:#5556A9;
}
body {
	margin: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: -moz-scrollbars-vertical;
	margin-top: 0px;
	background-image: url(../images/bg_body.jpg);
	background-attachment: fixed;
	color: #000000;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 15px;

}

table.links td{
	background-color: #5556A9;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}

td.body_text {
	padding: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.body_main {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td.footer {
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	width: 800px;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td.header_1 {
	height: 125px;
	vertical-align: middle;
	background-position: top;
	background-image: url(../images/bg_header_1.jpg);
	background-repeat: no-repeat;
}

td.header_2 {
	border-top-color: #333333;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-color: #333333;
	border-right-width: 0px;
	border-right-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-color: #333333;
	border-left-width: 0px;
	border-left-style: solid;
	height: 130px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images/bg_header_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.main_link:hover{
	background-color:#9B77A3;
	color: #FFFFFF;
}

div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
