﻿html, body, div, img, li, ul, ol, dl, dd, dt, form, table
{
    padding: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:White;
}
input, textarea
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
/*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/
input, select
{
    margin: 0;
    padding: 0;
}
.header
{
    color:#000000;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
}
p
{
font-size: 11px;
padding-bottom:5px;
}
h1
{
	font-size: 15px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 12px;
}

.legend
{
    width:150px;
    float:left;
    padding-bottom:3px;
    }
.formelement
{
    text-align:left;
    }
.formElementPair
{
    padding-top:0px;
    padding-bottom:5px;
    }
.inputTextBox
{
    width:300px;
    }
.inputTextArea
{
    height:60px;
    width:300px;
    }    
.inputButton
{
	border: solid 1px #bbb;
	padding:2px;
	margin:2px;
    }       
.clear
{
    clear:both;
}

A {
color: #000c80;
text-decoration : none;}

A:link {
color: #000c80;
text-decoration : none;}

A:visited {
color: #000c80;
text-decoration : none;}

A:active {
color: #000c80;
text-decoration : none;}

A:hover {
color: #39496D;
text-decoration : underline;}
