	BODY {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-image : url(images/bg.jpg); /* Properties are top, center, bottom, left, right, percentage, or length*/
	background-attachment : scroll; /* Properties are scroll, and  fixed*/
	background-repeat : repeat; /* Properties are no-repeat, repeat-x, repeat-y, and repeat*/
	scrollbar-face-color: #996600;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #804f11;
	scrollbar-darkshadow-color: #804f11;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #804f11;
; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal
}

	P {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;



}
	A:LINK {
	color : #0000FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: underline;

}
	A:VISITED {
	color : #CC6699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration: none;

}
	A:HOVER {
	color : #66CCFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
}
	H1 {
	color : #804F11;
	font-family : "Bookman Old Style";
	font-size : 24px;
	text-align : left;
	font-weight : bold;
	padding-top: 15px;
	padding-left: 25px;

}
	H2 {
	color : #804F11;
	font-family : "Bookman Old Style";
	font-size : 18px;
	font-weight : bold;
	margin-left : 15px;
	margin-right: 15px;
	font-variant : normal; /* Properties are normal, and small-caps*/
}

	LI {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-align : left;
	list-style : disc;

}

	CENTER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
