.TextBlack { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none } 

.TextBlackItalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: italic; line-height: normal; font-weight: normal; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none } 

.TextBlackBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none } 

.TextBlackBoldItalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: italic; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none } 

.TextWhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; 
text-transform: none; color: #FFFFFF; text-decoration: none} 

.TextWhiteBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #FFFFFF; text-decoration: none } 

.TextWhiteBoldItalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: italic; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #FFFFFF; text-decoration: none } 

.TextWhiteItalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; 
font-style: italic; line-height: normal; font-weight: normal; font-variant: normal; 
text-transform: none; color: #FFFFFF; text-decoration: none } 

.Webdings { font-family: Webdings, Wingdings;font-size: xx-small; }

.Header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small;
font-style: normal;line-height: normal;font-weight: normal;font-variant: normal;
text-transform: none;color: #FFFFFF; }

.SubheadBlackLarge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; 
font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none }

.TextWhiteBoldSmall {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; 
font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #FFFFFF; text-decoration: none }

.TextBlackBoldSmall {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; 
font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none }

.TextBlackSmall {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; 
font-style: normal; line-height: 110%; font-weight: normal; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none }

.SubheadBlackMedium { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; 
font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; 
text-transform: none; color: #000000; text-decoration: none }

.LinksBlack { color: #000000; text-decoration: none }

#Menu{
border: .5px solid black;
width: 165px;
background-color: #F1DBC2;
}

#Menu a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
font-weight: bold;
padding: 1px;
padding-left: 2px;
display:block ;
width: 100%;
color: black;
text-decoration: none;
border-bottom:1px solid black;
border-top:  1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

html>body #Menu a{
width: auto;
}

#Menu a:hover{
background-color: #9A2D15;
color: white;
}

