body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	background-color: #56997A;
	color: #006666;
	padding-left: 15px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	text-align: left;
	text-indent: 25px;
	white-space: nowrap;
	font-style: italic;
	font-weight: bolder;
}
.bannerimage {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.menu		{
	font-family: arial, verdana, helvetica, sans;
	font-size: 12pt;
	height: 35px;
	width: 154px;
	cursor:hand;
	font-weight: bold;
	text-indent: 8px;
	line-height: 26pt;
	text-align: left;
	display: block;
	border: #FFFFFF 0px solid;
	text-decoration:none;
	color: #003399;
}


a.menu:link 	{ background-image: url("../images/button.gif");
		  background-color:#E2E6ED;
		  color: #003366; }


a.menu:visited 	{ background-image: url("../images/button.gif");
		  background-color:#E2E6ED;
		  color: #003366; }


a.menu:active 	{  background-image: url("../images/buttonon.gif");
		   background-color:#E2E6ED;
		   color: #666699; }


a.menu:hover 	{ background-image: url("../images/buttonon.gif");
		  background-color:#E2E6ED;
		  font-size: 12pt;
		  color: #666699; 
		  }

.headings {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
