﻿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;
}

ul.left { 
margin-left:20px; 
margin-right:0px; 
}

.border
{
	border:1px solid;
}
   
a:link, a:visited, a:active
{
	text-decoration:underline;
	color:#006699;
}

a:hover
{
	text-decoration:underline;
	color: #4e5863;
}

td
{
	vertical-align: top;
}

th
{
	color: #ffffff;
}

h2
{
     font-size:larger;
     color: #006699;
}