/*----------- Web Site Style -------------*/
body
{
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
}

th
{
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
}

a
{
	color: #009;
	text-decoration: none;
}

a:hover
{
	color: #090;
}


strong
{
	font-size: larger;
	font-weight: bolder;
	color: #a00;
}

sup
{
	font-size: 8pt;
}

.logo
{
	text-align: right;
	padding-right: 10px;
	color: #aaa;
}

.content
{
	background: #b4ce9c;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	border: solid #000;
	border-width: 0px 0px 2px 0px;
}

.header
{
	background: #015835 url("graphics/header.jpg");
	background-repeat: repeat-y;
	padding: 0px;
	border: solid #000;
	border-width: 0px 0px 2px 0px;
	height: 90px;
	
}

.title
{
	font-size: larger;
	font-weight: bold;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 1px 0px;
}

.index
{
	font-size: 9pt;
}

.solid-left
{
	border: none #000;
	border-width: 0px 0px 0px 2px;
}

.border
{
	border: solid 5px #222;
}

.menubutton
{
	color: #000;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	border: none;
	width: 88px;
	height: 22px;
	text-align: center;
	background-image: url(graphics/button.jpg);
	background-repeat: no-repeat;
	display: block;
}

.menubutton:hover
{
	color: #000;
}

.button
{
	text-decoration: none;
	padding: 4px;
	margin: 0px;
	border: none;
	width: 99px;
	height: 20px;
	text-align: center;
	background-image: url(http://www.webentory.com/graphics/button.png);
	background-repeat: no-repeat;
}

#counter
{
	font: normal smaller arial;
	color: #ccc;
}

#footer
{
	font: normal 9pt arial;
	color: #444;
	text-align: center;
	border-top: solid 1px #eee;
	margin-top: 5px;
	padding-top: 5px;
}

#footer a
{
	padding: 0 5px;
	color: #009;
}

#footer a:hover
{
	color: #00f;
}

#footer .selected
{
	color: #000;
}



