html
{
    overflow: auto;
}
body
{
    padding: 0px;
    margin: 0px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    overflow: auto;
    color: #996600;
    background-color: #dfd080;
}
a:link {
   color: #996600;
}
a:visited {
   color: #996600;
}
a:active {
   color: #996600;
}
a:hover {
   color: #996600;
}
.required_star {
 	font-weight:bold;
 	color:#F00;
}

.ListText
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    color: #996600;
    width: 90%;
    list-style-type: square;
}
.BoldText
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    font-weight: bold;
    color: #996600;
}
.BoldText_L
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    font-weight: bold;
    color: #996600;
}
.BoldText_XXL
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: xx-large;
    font-weight: bold;
    color: #996600;
}

.TitleBar_L
{
    background-image: url( '../Images/Pages/BannerLeft.png' );
    background-repeat: none;
}
.TitleBar_M
{
    background-image: url( '../Images/Pages/PageTitle_Filler.png' );
    background-repeat: repeat-x;
}
.TitleBar_R
{
    text-align:right;
    vertical-align:bottom;
    background-image: url(  '../Images/Pages/PageTitle_Main.png' );
    background-repeat: no-repeat;
    width: 495px;
    height: 105px;
}

.Footer_L
{
    font-size: x-small;
    color: #999999;
    text-align: left;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 10px;
}
.Footer_R
{
    font-size: x-small;
    color: #999999;
    text-align: right;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
}

