/* CSS for  Jade Fairs jade01 */
body {
	scrollbar-track-color : #e8f9ef;
	scrollbar-face-color : #006633;
	scrollbar-arrow-color : #ffffcc;
	scrollbar-darkshadow-color : #000000;
	scrollbar-shadow-color : #53c45a;
	scrollbar-3dlight-color : #e8f9ef;
	scrollbar-highlight-color : #53c45a;
	scrollbar-base-color : #ffffff;
}

a:link {
	color: #CC5D00;
	text-decoration: none;
}

A:visited {
	color : #CC8500;
	text-decoration: none;
}

A:hover {
	color : #006A97;
}


h1{
	font-family : Arial, Georgia, "Times New Roman", Times, serif;
	color : #006633;
	font-weight : 650;
	font-size : 40px;
	margin : 3,0,0,0;
}

h2{
	font-family : Arial, Georgia, "Times New Roman", Times, serif;
	color : #006633;
	font-weight : 650;
	font-size : 30px;
	margin : 3,0,0,0;
}

h3{
	font-family : Arial, Georgia, "Times New Roman", Times, serif;
	color : #ffffff;
	font-weight : 650;
	font-size : 20px;
	margin : 3,0,0,0;
}

.p1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}


.p2 {
	font-family: , Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	font-variant : small-caps;
}

.p3 {
	font-family: "Arial, Helvetica, sans-serif";
	color: #15A272;
	font-weight : bold;
	font-size : 16px;
}



/* Copyright format*/
.copy {
	font-family: "verdana", sans-serif;
	font-size: 10px;
}

hr{
	height : 1px;
	color : #15a272;
}



