@import url(Header.css);
@import url(Footer.css);

HTML, BODY
{
	margin:0px;
	height:100%;
	background-color:#5f0713;
	font-family: 'Trebuchet MS';
	font-size: 11pt;
}

.RightMenu
{	
	font-family:Verdana;
	font-size:8pt;
	color:white;
}
.RightMenu A:link, .RightMenu A:visited, .RightMenu A:active {
    color:white;
    text-decoration: none;    
}
.RightMenu A:hover {
    text-decoration: underline; 
    color:white;
}
.Menu{
	color: #b5b5b5;
	font-family:'Trebuchet MS';
	font-size:11pt;
	font-weight:bold;
	text-align:center;
}

.TwoCategoryMenu{
	color: #ffffff;
	font-family:'Trebuchet MS';
	font-size:13pt;
	font-weight:bold;
	text-align:center;
}

#Footer {
    margin-top:-145px;
}

.WhiteLinks{}
.WhiteLinks A:link, .WhiteLinks A:visited, .WhiteLinks A:active {
    color:white;
    text-decoration: none;    
}
.WhiteLinks A:hover {
    text-decoration: none; 
    color:white;
}

.WhiteLinksUnderline{}
.WhiteLinksUnderline A:link, .WhiteLinksUnderline A:visited, .WhiteLinksUnderline A:active {
    color:white;
    text-decoration: underline;    
}
.WhiteLinksUnderline A:hover {
    text-decoration: none; 
    color:white;
}