/* CSS Document */

body {
	
	background-image: url(images/sitebkg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #E9E3AD;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
}

.body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #330000;
}

.bodybold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #330000;

}

.bodysmall {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #330000;
}



.bodygreen {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #003300;
}


.bodygreenbold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}


