BODY{
  background-color : #DDDDDD;
  margin-top : 0px;
  margin-bottom : 0px;
}
TD{
  font-size : 12px;
  color : #333333;
  line-height : 18px;
}

#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0 0 0 40px;
}
#menu li {
    float:left;
	margin-right:1px;
	width:168px;
}
#menu a,#menu a:link{
    text-decoration:none;
	color:#EEEEEE;
	background-color:#42115f;
	padding:6px;
	display:block;
}
#menu a:visited{
    color:#00CCCC;
}
#menu a:hover{
    color:#42115f;
	background-color:#EEEEEE;
	border:1px solid #42115f;
}
.font20r {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.font20 {
	font-size: 20px;
	font-weight: bold;
}
.font12r {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.font14 {
	font-size: 14px;
	font-weight: bold;
}
.font20w {
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}