﻿body  {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background-color:Navy;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: White;
}

.buttonStyle 
{
    background-color:#FFFBFF; 
    border:solid 1px #cccccc; 
    font:Verdana; 
    font-size:1.05em; 
    color:#284775;
    text-align:center;   
} 

.headerStyle
{
    font-weight:bold;
    font-size:1.0em;
    color:White;
    background-color: #5d7b9d;
}

.formStyle
{
    background-color:#F7F6F3;
    border:solid 1px #E6E2D8;
    font:Verdana;
    font-size:0.9em;
    color:#333333;
}    

.loginStyle
{
    width:100px;
}
    

a, a:visited
{
    color:Navy;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}        