﻿html, body, form
{
    margin: 0px;
    background-color: #F4F4F4;
}
body, input, select, textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: small;
	color: #333333;
}
input, select, textarea
{
	background-color: #ffffff;
	font-size: 1em;
	border: #aaaaaa 1px solid;
}
h1
{
	font-weight: bold;
	font-size: large;
	margin: 0px;
	color: #009933;
}
h2
{
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	color: #009933;
}
p, blockquote, ul, ol, dl 
{
	margin-top: 0px;
	margin-bottom: 1em;
}
ul
{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16px;
	padding-left: 0px;
}
a
{
	text-decoration: underline;
	color: #0283B5;
}
a:hover
{
	text-decoration: none;
}
.contentBox
{
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}
.content 
{
    padding-top: 10px;
}
.heading
{
    color: #009933;
    font-weight: bold;
}
.copyright
{
	font-size: x-small;
	text-align: center;
}