@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	color:#525252;
	padding:0px;
	margin:0px;
	text-align: center;
	line-height: 16px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
	color: #004E7E;
	font-weight: 700;
}

a:visited {
	text-decoration: none;
	color: #004F7F;
	font-weight: 700;
}

a:hover {
	text-decoration: none;
	color: #39a7e2;
}

a:active {
	text-decoration: none;
	color: #0082c8;
	font-weight: 700;
}
