@charset "UTF-8";
/* CSS Document */

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B3202;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B3202;
}
body {
	background-image: url(../images/background-gradient-2.gif);
	background-repeat: repeat-x;
	background-color: #034667;
	margin:0;
	margin-top: 0px;
	margin-left: 0px;
} 

a:link {
	color:#0033FF;
	text-decoration: none;
	}
