﻿a {color: green; text-decoration: none; }
a:visited: {color: green; text-decoration: none; }
a:hover {color: red; text-decoration: none;  }
a:active: {color: red; text-decoration: none; }

#body {
	background-color: #598864;
	height:100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1px; 
    text-align: center;
}

#container {
	width:1000px;
	margin: 0 auto;
	background-color: #598864;
}

#content {
	width:1000px;
	background-color: #EAF6E7;
}

td
{
    margin:5px;
    padding:5px
}

h2 {
	color: #008000;
    text-align: center;
	border-bottom: 3px green double;
	background-color: #EAF6E7;
	width:1000px;
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
}

.label {
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
    text-align: center;
    font-weight:bold;
}

table.input
{
	width:770px;
	font-size:12px;
} 

body {overflow:-moz-scrollbars-vertical;
	  overflow:-saf-scrollbars-vertical;}
