
html, body
{
padding: 0; 
margin: 0; 
height: 100%;
}

body 
{
background-color: white;
}
  
H1,H2,H3,H4,H5 {margin:0; padding:0;}

INPUT, TEXTAREA
{
background-color: white;
}

#container
{
position: absolute;
top: 50%;
left: 50%;
width: 1020px;
height: 574px;
background-color: white;
margin-top: -287px;
margin-left: -510px;
/*border: 1pt solid rgb(0,0,0);*/
}

a:visited, a:active, a:link, a:hover  
{
color: black;
font-family: Arial; 
font-size: 9pt;
font-weight: normal;
text-decoration: none;
}

a:hover
{
color: gray;
}

p.leading 
{ 
  vertical-align: baseline;
  line-height: 14pt; 
  position: relative; 
  top: -0.33em; 
}

hr.green 
{
MARGIN: 0px auto 0px 0px; 
BORDER-RIGHT: 0px; 
BORDER-TOP: #68E100 1px solid; 
BORDER-LEFT: 0px;  
BORDER-BOTTOM: white 1px solid; 
WIDTH: 100%;
HEIGHT: 2px; 
TEXT-ALIGN: left;
}

hr.purple 
{
MARGIN: 0px auto 0px 0px; 
BORDER-RIGHT: 0px; 
BORDER-TOP: #752C80 1px solid; 
BORDER-LEFT: 0px;  
BORDER-BOTTOM: white 1px solid; 
WIDTH: 100%;
HEIGHT: 2px; 
TEXT-ALIGN: left;
}

.hide
{
position:absolute;
visibility: hidden;
display: none;
}

.show
{
position: absolute;
visibility: visible;
display: block;
}

.fader 
{
padding: 3px;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
/*display: compact;*/
}

a.nav:visited, a.nav:active, a.nav:link, a.nav:hover  
{
color: #752C80;
font-family: Arial; 
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

a.nav:hover
{
color: gray;
}

