﻿a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

.loginForm input
{
   width:95px;
}

.loginFormChkBox input
{
	width:15px;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h5
{
  font-size:15px;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

p
{
	line-height:1.5;
}