body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-color: #1271aa;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
	padding:0px;
	color:#02569b;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover{
	text-decoration:none;
	color:#acacac;
}

.style1 {color: #02569b}
.style2 {color: #3f4549}

/*default color on text-links and text-decoration*/
a:link, a:visited { color: #333333; text-decoration:underline; font-weight:bold; }
a:hover {color:#000099; font-weight:bold;}
