body
{ 	background-color: #ADBD81;
	/*cursor: default;*/
	/*scrollbar-face-color: #D0D3D4;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;*/
}

h1
{ 	font: 16pt arial, 'courier new';
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2
{ 	font: 14pt arial, 'courier new';
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3
{ 	font: 12pt arial, 'courier new';
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p
{ 	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

form
{	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td
{ 	font: 11px verdana, arial, 'courier new';
	color: #555555;
	line-height: 17px;
}

ul
{ 	margin-left: 25px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol
{ 	margin-left: 50px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{ 	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div
{ 	font: 8pt verdana, arial, 'courier new';
	color: black;
}

a
{ 	text-decoration: none;
	color: red;
}

a:visited  
{	text-decoration: none;
	color: red;
}

a:active
{	text-decoration: underline;
	color: blue;
}

a:hover  
{	text-decoration: underline;
	color: blue;
}

.nav1 			{ font-size:7pt;color: black; }
.nav1:visited 	{ font-size:7pt;color: black; }
.nav1:active 	{ font-size:7pt;color: gray; }
.nav1:hover 	{ font-size:7pt;color: gray; }

.color1 { color: #FFFBE7; }
.color2 { color: #BDAE94; }
.color3 { color: #E5E1CF; }
.color4 { color: #DED3BD; }
.color5 { color: #826026; }
.bgcolor1 { background-color: #FFFBE7; }
.bgcolor2 { background-color: #BDAE94; }
.bgcolor3 { background-color: #E5E1CF; }
.bgcolor4 { background-color: #DED3BD; }
.bgcolor5 { background-color: #826026; }
.black 	{ color: #000000; }
.white 	{ color: #FFFFFF; }
.red 	{ color: #FF0000; }
.blue	{ color: #8F9EC8; }

.hand 	{ cursor:hand; }
.groove { border-style:groove; }
.flat 	{ border-style:solid;background:white;border-width:1px;cursor:hand; }

.small 	{ font-size: 10px; }
.xsmall	{ font-size: 9px; }
.medium { font-size: 9pt; }
.large 	{ font-size: 11pt; }

.select_normal 	{ font: 8pt verdana; }
.select_small 	{ font: 6.4pt verdana; }