@charset "utf-8";

body{
	padding:0px;
	margin:118px 0px 0px 0px;
	text-align:center;
	font-size:12px;
	color:#5e5f60;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/default_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	line-height:150%;
}

.bottom_bg{
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}




a:link {
	color: #5e5f60;
	text-decoration: none;
}
 
a:visited {
	color: #5e5f60;
	text-decoration: none;
}
a:hover {
	color: #2a5284;
	text-decoration:underline;
}