﻿body
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#663300;
    font-size:16px;
}

a
{
    color:#663300;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#cc6633;
}

a:visited
{
    text-decoration:none;
}

.nav a
{
    color:#cc6633;
    text-decoration:none;
    font-weight:bold;
}

.nav a:hover
{
    color:#663300;
}

.nav a:visited
{
    
    text-decoration:none;
}

#content
{
    text-align:center;
    width:900px;
}

h1
{
    font-size:24px;
}

.caption
{
    font-size:14px;
}

.about td
{
    text-align:left;
    vertical-align:top; 
}

.req
{
    color:#ff0000;
    font-size:smaller;
}
 .error{
     color:#ff0000;
	 font-weight:bold;
	 text-align:left;
 }
.submitbtn
{
    border:solid 1px #663300;
    font-size:16px;
}
.submitbtn:hover   
{
    cursor:pointer;
}
