body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image:  url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}

a:hover {
	text-decoration: underline overline;
	color: #FF7B31;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #003366;
}