body {
	font-family: Verdana, Arial, sans-serif;
	color: #444444;
	font-size: small;
	font-size: 85%;
}

.homepage_img {
	margin-right: 15px;
	float: left;
}

.headings {
	font-size: 130%;
	font-weight: bold;
	color: #96002E;
	font-family: Arial, Helvetica, sans-serif;
}

.contact_headings {
	font-weight: bold;
	color: #44000B;
}


a:link {
	color: #44000B;
	text-decoration: underline;
}

a:visited {
	color: #44000B;
	text-decoration: underline;
}

a:hover {
	color: #96002E;
	text-decoration: underline;
}
a:active {
	color: #44000B;
	text-decoration: underline;
}


.home_more {
	color: #44000B;
	font-weight: bold;
	text-decoration: none; 
	float: right;
	background-image: url(/images/layout/links_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
                display: block;
}

.home_more a:hover {
	color: #96002E;
	font-weight: bold;
                display: block;
}


