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

body {
	margin-top:92px;
	background-color:#676a71;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}

.header {
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}

h1 {
	font-size:14px;
	color:#002a5f;
}

a:link {color:#002a5f; text-decoration:none;}
a:hover {color:#002a5f; text-decoration:none;}
a:active {color:#002a5f; text-decoration:none;}
a:visited {color:#002a5f; text-decoration:none;}