/* Link Styles */

.hm_links {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

a.hm_links{
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 16px;
	float: left;
	color: #cc0000;
	text-decoration: none;
}
a.hm_links:hover {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #cc0000;
	color: #fff;
        font-family: "Trebuchet MS";
}

a.hm_links:current {

	background-color: #cc0000;
	color: #fff;
        font-family: "Trebuchet MS";
}
a.hm_links:active {

	background-color: #cc0000;
	color: #fff;
        font-family: "Trebuchet MS";
}

.borderline {
	background-color: #FFFFFF;
	height: 247px;
	width: 440px;
	border: 1px solid #999999;
	padding: 4px;
	margin-bottom: 5px;
}
