﻿body 
{
    background-image: url("../Images/Back.jpg");
}

h1
{
    font-family: Arial;
    font-size: 14px;
    color: Black;     
}

#ContentWindow
{
    background-color:White;
    width:600px;
    border: solid 2px black;
}    

#Contents
{
    padding:12px;
    text-align:left;
    font-family: Arial;
    font-size: 12px;
    color: Black;    
}  

.NavLinks
{
    text-align:center;
}     

.FormLabels
{
    text-align:right;
    width:100px;
}

#Footer
{
    font-family: Arial;
    font-size: 12px;
    color: #999999;       
}

fieldset 
{
    border:1px solid black;
    padding:6px 6px 6px 6px;
}

legend 
{  
  color:black;
  font-size:14px;
  font-weight:bold;
}
