/* page styles */ 

html{overflow-y: scroll;}

body { 
	font-size: 10pt;
	font-family : Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #888;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	padding: 0;
	margin: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
}

a img {
	border: none;
}

a {
	font-size : 10pt;
	font-family : Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #00adef;
	font-style : normal;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color : #444;
}

a.mailto {
	font-size : 10pt;
	font-family : Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	color: #888;
	font-style : normal;
	text-decoration: none;
	font-weight: normal;
}

a.mailto:hover {
	color : #444;
}

#top_back {
	position:absolute;
	left:50%;
	top:35px;
	margin-left:-336px;
}

#main_title_back {
	position:absolute;
	left:50%;
	top:220px;
	margin-left:-336px;
}


#main_content {
	position:absolute;
	left:50%;top:268px;
	margin-left:-300px;
	padding-left:68px;
	width:568px;
}

#bottom_back {
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-336px;
}


