.bigheading { color: #000; font-weight: bold; font-size: 20px; font-family: Verdana; }
.smallheading { color: #000; font-weight: bold; font-size: 12px; font-family: Verdana; }
body { color: black;
	font: normal 16px "Comic Sans MS";
	background: #fc8ae7 url(images/gradient.jpg) repeat-x;
}
select,input,textarea { color: #000;
	font: normal 14px Verdana;
	background-color: #ffffff;
}
.nav:link { color: black; text-decoration: none;
	background-color: white;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px ridge #999999;
	display: block;
	width: 100px;
	font: italic bold 12px Verdana;
	height: 35px;
	text-align: center;
}
.nav:visited { color: black; text-decoration: none;
	background-color: white;
	border: 2px ridge #999999;
	padding-right: 5px;
	padding-left: 5px;
	font: italic bold 12px Verdana;
	height: 35px;
	text-align: center;
	width: 100px;
	display: block;
}
.nav:hover { color: white; text-decoration: none;
	background-color: #000033;
	border-spacing: 3px;
	border: 2px inset black;
	padding-right: 5px;
	padding-left: 5px;
	font: italic bold 12px Verdana;
	height: 35px;
	text-align: center;
	width: 100px;
	display: block;
}

.nav:active {
	border: 2px inset #000000;
	border-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000033;
	color: black;
	font: italic bold 12px Verdana;
	height: 35px;
	text-align: center;
	width: 100px;
	display: block;
}
.more:link { color: black; font-weight: normal; text-decoration: none; font-family: Verdana; font-size: 9px; }
.more:visited { color: black; font-weight: normal; text-decoration: none; font-family: Verdana; font-size: 9px; }
.more:hover { color: white; text-decoration: none; font-family: Verdana; font-size: 9px;
	background-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px outset black;
	border-spacing: 1px;
}
.more:active { color: black; text-decoration: none; font-family: Verdana; font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
	border-spacing: 1px;
	background-color: #999999;
	border-style: inset;
	border-width: 1px;
}

.comment
{
	color: #F60;
	font-size: 11px;
	font-family: Verdana;
}
.frame
{
	border: 8px ridge #59784e;
}

a:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: white;
	font-size: 12px;
	text-decoration: none;
	background-color: #000033;
}

a:active {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.small
{
	color: black;
	font: 9px Verdana;
}
.nav:link { 
	color: white; 
	font-weight: bold; 
	text-decoration: none;
	border: 2px ridge #999999;
	font-size: 14px;
	background-color: #59784e;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	height: 20px;
	width: 125px;
}
.nav:visited { 
	color: white; 
	font-weight: bold; 
	text-decoration: none;
	border: 2px ridge #999999;
	font-size: 14px;
	background-color: #59784e;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	height: 20px;
	width: 125px;
}
.nav:hover { 
	color: white; 
	font-weight: bold; 
	text-decoration: none;
	background-color: black;
	border-spacing: 3px;
	border: 2px outset black;
	font-size: 14px;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	height: 20px;
	width: 125px;
}

.nav:active {
	font-size: 14px;
	font-weight: bold;
	border: 2px inset #000000;
	border-spacing: 1px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: black;
	color: black;
	vertical-align: middle;
	height: 20px;
	width: 125px;
}

.nav_bg {
	background: #59784e no-repeat;
}

.main {
	background: silver repeat-x;
}


.pageheader {
	font-size: 30px;
	font-variant: small-caps;
	font-style: italic;
	text-decoration: blink;
	text-align: center;
}
.red_frame {border: 2px solid red;}

.orange_frame {border: 2px solid #ff8833;}
.green_frame {border: 2px solid green;}
.right {
	float: right;
	width: 330px;
	text-align: center;
	margin: 5px;
}

.footer {
	font-size: 12px;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 300px;
border: 0px #999;
padding: 0px;
background-color: #bbb;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

