body,td,th {
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    color: #5A1701;
}
body {
    background-color: #F7DE8C;
}
a {
    font-size: 14px;
    color: #C8421B;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #818535;
}
a:hover {
    text-decoration: underline;
    color: #710A5A;
}
a:active {
    text-decoration: none;
    color: #C8421B;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 24px;
}
.style3 {font-size: 10px}
.style4 {
    font-size: 18px;
    font-weight: bold;
}
/* Added by Brian for form layout */
p
    {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    }
h2.header
    {
    width: 100%;
    background-color: #720C5C;
    border: 1px solid white;
    color: white;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
	padding: 8px 0px 8px 8px;
    }
h2.headerCentered
    {
    width: 100%;
    border: 3px solid #720C5C;
    background-color: white;
    color: #720C5C;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
	padding: 8px 0px 8px 8px;
    }
label.inputblock {
    display: block;
    float: left;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #720C5C;
    text-align: right;
    margin-right: 10px;
}
input.inputblock {
    display: block;
    float: left;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}
.boldFace
    {
    font-weight: bold;
    }
.lineOverUnder
    {
    width: auto;
    padding-bottom: 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 12px;
    padding: 7px;
   }
.whiteBlock
    {
    width: auto;
    padding-bottom: 15px;
    background-color: #eeeeee;
    color: #000000;
    font-size: 12px;
    padding: 7px;
   }
.xtraShort
    {
    width: 25px;
    }
.short
    {
    width: 50px;
    }
.medium
    {
    width: 90px;
    }
.mediumLong
    {
    width: 130px;
    }
.long
    {
    width: 300px;
    }
.radioSequence
    {
    background-color: #eeeeee;
    color: #000000;
    font-size: 12px;
    padding: 7px;
 /*   margin-left: 80px; */
    }
textarea.inputblock {
    border: 1px solid black;
    float: left;
    width: 450px;
    height: 80px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}
br.inputblock {
    clear: left;
}
#formContent
    {
    width: 650px;
    }