body, p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
} 
a:link, a:visited, a:active {
	color: #333333;
	padding: 8px 0px 0px;
	text-decoration: underline;
}
a:hover{
	color: #666666;
	padding: 8px 0px 0px;
	text-decoration: none;
}

.menu_box {
	border: none;
	background-image: url(images/bottom_bar.jpg);
	background-repeat: repeat;
}  
.menu {
	color: #ffffff;
	font-weight: normal;  
	height: 18px;
	padding: 3px;
	border: none;
	background-image: url(images/bottom_bar.jpg);
	background-repeat: repeat;
	text-decoration: none;
	vertical-align: middle;
}  
.menu a, .menu a:visited, .menu a:active {
	color: #ffffff;
}
.menu a:hover{  
	color: #cccccc;
	text-decoration: none;
}  

h1 {
	font-size: 20px;
	font-style: normal;
	color: #333366;
}
h2 {
	font-size: 16px;
	font-style: normal;
	color: #333366;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333366;
	text-align: center;
}

.big_red_link{
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	text-decoration: underline;
}

.bottom_box {
	color: black;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #999999;
	padding:1px;  
	min-height:30px;
	width:640px;
}

.topmenulink {
	color: #999999;  
	height: 68px;
	width: 543px;
	background-image: url(images/top_bar.jpg);
}

.red {
	color:red;
}
.blue {
	color:#003366;
}