﻿html, body 
{
	height:100%;
}

body 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	background-color: #787878;
	height: 25px;
	color: #FFFFFF;
}

.border
{
	border:1px solid;
}

.slate
{
	background-color: #4e5863;
	color: #ffffff;
	height: 25px;
}

.green
{
	background-color: #79A12E;	
}

a.navOver:link, a.navOver:visited, a.navOver:active
{
	color: #79A12E;
}

a.navOver:hover
{
	color: #79A12E;
}

a.nav:link, a.nav:visited, a.nav:active
{	
	text-decoration: underline;
	color: #ffffff;
}	
		
a.nav:hover
{	
	text-decoration: underline;
	color: #79A12E;
}

a:link, a:visited, a:active
{
	text-decoration:underlinek;
	color:#79A12E;
}

a:hover
{
	text-decoration:underline;
	color: #4e5863;
}

td
{
	vertical-align: middle;
}

th
{
	color: #ffffff;
}

