.navButtons
{
    background-image:url('images/navBG.gif');
    text-align:center;
    font-family:Arial;
    color:White;
    cursor:pointer;
    height:41px;
}
.navButtonsOver
{
    text-align:center;
    font-family:Arial;
    color:White;
    cursor:pointer;
    background-color:#0c1417;
}
body
{
    font-family:Arial;
    color:White;
    font-size:11pt;
    background-color:#0c1417;
    margin:0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
a
{
    color:White;
    text-decoration:underline;
}
a:hover
{
    color:#a60e06;
    text-decoration:underline;
}
a:visited
{
    color:gray;
    text-decoration:underline;
}
h1
{
     color:#a60e06;
     font-family:helvetica;
     font-size:14pt;
     margin:0px;
}
h2
{
     font-family:helvetica;
     font-size:12pt;
     margin:0px;
}
.filmBox
{
    border:1px solid black;
    cursor:pointer;
}
.filmBoxHover
{
    border:1px solid red;
    background-color:#ff0000;
    cursor:pointer; 
}
.label
{
    width:140px;
    font-weight:bold;
}
.formField
{
    width:250px;
}
.redBorder
{
    border:1px solid red;
}