﻿body
{
    margin: 0px;
}
.RegularText
{
    font-size: 10pt;
    color: black;
    font-family: 'Arial';
}
.RegularText A:visited
{
    text-decoration: underline;
    color: #990000;
}
.RegularText A:link
{
    text-decoration: underline;
    color: #990000;
}
.RegularText A:hover
{
    color: #b29877;
    text-decoration: underline;
}
.SubHeading
{
    font-size: 14pt;
    color: #b29877;
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
}
.SubHeading A:visited
{
    text-decoration: none;
    color: #b29877;
}
.SubHeading A:link
{
    text-decoration: none;
    color: #b29877;
}
.SubHeading A:hover
{
    color: #382b26;
    text-decoration: underline;
}
.LargeRegularText
{
    font-size: 12pt;
    color: black;
    font-family: 'Arial';
    font-weight: bold;
}
.DarkBrownText
{
    color: #382b26;
}
.DarkBrownText A:visited
{
    color: #382b26;
    text-decoration: none;
}
.DarkBrownText A:link
{
    color: #382b26;
    text-decoration: none;
}
.DarkBrownText A:hover
{
    color: #990000;
    text-decoration: underline;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}

#sddm li a
{
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#sddm li a:hover
{
    background: #800000;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #b29877;
	border: 1px solid #382b26}

	#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #b29877;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}

#sddm div a:hover
{
    background: #800000;
    color: white;
}

.Footer
{
    font-size: 9pt;
    color: white;
    font-family: 'Arial';
    background-color: #382b26;
}
.Footer A:visited
{
    color: white;
    text-decoration: none;
}
.Footer A:link
{
    color: white;
    text-decoration: none;
}
.Footer A:hover
{
    color: #b29877;
    text-decoration: underline;
}
.Padding5
{
    padding: 5px;
}
.PaddingTop5
{
    padding-top: 5px;
}.PaddingBottom5
{
    padding-bottom: 5px;
}.PaddingLeft5
{
    padding-left: 5px;
}.PaddingRight5
{
    padding-right: 5px;
}
.Padding10
{
    padding: 10px;
}
.PaddingTop10
{
    padding-top: 10px;
}.PaddingBottom10
{
    padding-bottom: 10px;
}.PaddingLeft10
{
    padding-left: 10px;
}.PaddingRight10
{
    padding-right: 10px;
}
.Gray
{
    color: #a7a7a7;
}
.FormTextBox
{
    font-size: 9pt;
    color: black;
    border: #382b26 1px solid;
    font-family: Arial;
}