body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #EAEAFF;
	background: url("images/back.JPG");

}

html, body, h1 {
	margin: 0;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0;
	list-style: none;
}




img { border: 0; }

p {
	font-size: 10pt;
	color: #000000;
	text-align: left;

}
h1 {
	font-size: 16pt;
	color: #645329;
}
h2 {
	font-size: 14pt;
	color: #645329;
	font-family: "Monotype Corsiva";
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #645329;
}
h3 {
	font-size: 12pt;
	color: #645329;
}
h4 {
	font-size: 10pt;
	color: #000000;
}
h5 {
	font-size: 9pt;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #000000;
}


a {
	color: #2EB715;
	text-decoration: underline;
}

a:visited {
	color: #18630C;
	text-decoration: underline;
}


a:hover {
	background-color:#18630C;
	color: #FFFF99;
}


/* altfonts */

#altfont {
	clear: both;
	text-align: center;
}

#altfont, #altfont a, #altfont h3 {
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #c6572d;
}

#altfont a:hover {
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color:#c6572d;
	color:#ffffff;
}


#altfont2 {
	clear: both;
	text-align: center;
}

#altfont2, #altfont2 a, #altfont2 h3 {
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #E0BECC;
}

#altfont2 a:hover {
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color:#E0BECC;
	color:#ffffff;
}



/* footer */

#footer {
	clear: both;
	text-align: center;
}

#footer, #footer a, #footer h6 {
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000000;
}

#footer a:hover {
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color:#FFFFCC;
	color:#000000;
}



/* Round Box */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 550px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 550px; margin: 1em auto; }



/* Round Box2 */
.rbroundbox2 { background: url(images/nt2.gif) repeat; }
.rbtop2 div { background: url(images/tl2.gif) no-repeat top left; }
.rbtop2 { background: url(images/tr2.gif) no-repeat top right; }
.rbbot2 div { background: url(images/bl2.gif) no-repeat bottom left; }
.rbbot2 { background: url(images/br2.gif) no-repeat bottom right; }

.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
width: 160px;
height: 7px;
font-size: 1px;
	
}
.rbcontent2 { margin: 0 0px; }
.rbroundbox2 { width: 160px; margin: 0em auto; }

