BODY {
	COLOR: Black; margin-top: 0px; margin-left: 70px;
	padding: 0px;
	background-image : url(../images/leafbg.jpg);
}
A {
	COLOR: #DF0000; TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #DF0000; TEXT-DECORATION: none;
}

body, td, th
{
	font-family : "Comic Sans MS";
	font-size: 16px;
	font-style : normal;
	scrollbar-face-color: #c8b89b;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #c8b89b;
	scrollbar-darkshadow-color: #6c5850;
	scrollbar-shadow-color: #947862;
	scrollbar-arrow-color: #406361;
	scrollbar-track-color: #F6F3EA;	
}

h1
{
	font-size: 26px; font-weight: bold; color: #339933; 
	font-family : "Comic Sans MS";
}

h2
{ 	font-family : "Comic Sans MS";
	font-size: 20px;
	font-weight: bold; color: blue;
}

h3
{  	font-family : "Comic Sans MS";
	font-size: 16px; color: blue;
	font-weight: bold;
}


h4
{  	font-family : "Comic Sans MS";
	font-size: 16px; color: #339933;
	font-weight: bold;
}



li {
	list-style-image : url(../images/bullet_leaves.gif);
	list-style-position : outside;
}

/* yellow box */
.box
{
	border: 1px solid #F8E600;
	background: #FFFF99;
	padding : 8px;
}

/* yellow box title */
.boxtitle
{
	font-weight: bold;
	font-size: 12px;
	background: #F8E600;
	padding: 3px; color: #006633;
	text-align: center;
}

.footer {
	padding: 3px; text-align: center;
}


.text_10px {
		font-size: 10px;
}