.crown {
	background-image: url(images/crown.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-align: center;
}

.mainbody {
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;

}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: .7em;
}

.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #003300;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #003300;
}
.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC6600;
	text-align: center;
	text-decoration: none;
	background-color: #003300;
}		
.menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1em;

}
.menuitem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-align: center;
	text-decoration: underline;
	letter-spacing: .1em;
}
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;

}
.pagetextsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;

}

.pagetextsm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	line-height: 1.5em;
	text-decoration: none;

}

.pagetextlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.pagetextgr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	line-height: 1.5em;

}
.pagetextgr_it {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	line-height: 1.5em;

}
.pagetextgr_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
	line-height: 1.5em;

}
.pagetextor_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC6600;
	line-height: 1.5em;

}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}
.bottom {
	background-image: url(images/color_peach.gif);
	background-repeat: repeat;
	
}
.pagelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
	line-height: 1.5em;

}


OL        { list-style: decimal; }
OL OL     { list-style: lower-alpha inside; }
OL OL OL  { list-style-type: lower-roman; }

OL.toc, a.toclink  	{	list-style: decimal;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-style: normal;
					font-weight: bold;
					font-variant: normal;
					color: #CC6600;
					line-height: 1.5em;
				}

OL.toc OL.toc, a.toclinkb   {	list-style: lower-alpha inside;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-style: normal;
					font-weight: normal;
					font-variant: normal;
					color: #003300;
					line-height: 1.5em;
}

UL			{ list-style: disk outside; }