﻿body {
	background-color: 	white;
	margin: 0px;
	cursor: url('snoopy.cur');
}
body,td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	letter-spacing: .1em;
}
ul {
	list-style-image: url(../images/green_bullet.jpg);
}
a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	font-size: 8pt;
	color: #829A68;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 8px;
}
.hosting
{
	font-size: 7pt;
	color: gray;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #829A67; 
	letter-spacing: .1em;
	font-style: normal;
}
.small {
	font-size: 8pt;
	font-weight: bold;	
}
h2 {
	font-size: 14pt;
	/* color: #A2BB6A; */
	color: #000000; 	
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .1em;
}
.maintable
{
width: 1000px;
border: 0;
text-align: center;
padding: 0;
border-spacing: 0;
background-color: #FFFFFF;
}
.menuarea
{
	vertical-align: text-top;
}
.menutable
{
	width: 150px;
}
.menuitem
{
	background-color: #A2BB6A;
	color: Black;
	border-style: outset;
	border-width: thin;
	width: 150px;
}
.menuitem:hover 
{
	background-color: #A2BB6A;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	border-width: thin;
	border-bottom-color: Black;
}
.menuitem:active {
	background-color: #A2BB6A;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	border-width: thin;
	border-bottom-color: Black;
}
.mainFlash
{
	padding: 10px;
}