.Heading01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.TableBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0033FF;
}
.TableRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.Heading02 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.StdYellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
}
.AlgYellowLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
}
.TableBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.TableMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}

.TableBlueDM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
}

.GoldBigStuff{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCC00;
}

.TableRedDM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF3333;
}

* { 
padding: 0; 
margin: 0; 
font-family: Arial, sans-serif; 
} 
body { 
margin: 20px; 
font-size: 14px; 
} 
ul { 
list-style: none;  
} 

ul a { 
color: #FFF; 
text-decoration: none; 
display: block; 
padding: 5px 5px 5px 10px; 
width: 125px;
height: 22px;
background: #666666; 
} 

ul a:hover { 
color: #4BD8FF; 
text-decoration: none; 
background: #993300; 
} 
ul li { 
border: 1px solid #FFF;

float: left; 
position: relative; 
} 

ul li ul { 
list-style: none; 
position: absolute; 
left: 0; 
top: 100%; 
display: none; 
width: 100px; 
border-top: 1px solid #FFF; 
} 

ul li:hover ul { display: block; }

