body {
	font-family: "Trebuchet MS", Verdana, Arial;
}
.top_banner {
	background-image: url(images/front_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	font-size: 20px;
	color: #1660CB;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	color: #1660CB;
}
.blue_text {
	color: #1660CB;
}
.main_text {
	font-size: 14px;
}
.gray_gradient {
	background-image: url(images/gray_gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
}
.white_text {
	color: #FFFFFF;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF6600;
}
a.list:link {
	color: #666666;
	text-decoration: none;
}
a.list:visited {
	color: #666666;
	text-decoration: none;
}
a.list:hover {
	color: #FF6600;
}

a.list2:link {
	color: #0066CC;
	text-decoration: none;
}
a.list2:visited {
	color: #0066CC;
	text-decoration: none;

}
a.list2:hover {
	color: #FF6600;
}
.img_caption {
	padding: 6px;
	text-align: center;
	width: 100px;
	float: right;
	font-size: 12px;
}
.tinytext {
	font-size: 10px;
}
