html, body {font-family: tahoma}
.normal_content {
	font-family: tahoma;
	font-size: 10pt;
}	
.small_content {
	font-family: tahoma;
	font-size: 8pt;
}	
.page_titles {
	font-family: tahoma;
	font-size: 12pt;
	color: #783731;
	font: bold;
}
.maroon_text {
	color: #783731;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #783731;
}
a:visited {
	color: #783731;
}
a:hover {
	color: #A8ADAA;
}
a:active {
	color: #783731;
}
a.button {
	background:transparent url(../images/button-bg.png) no-repeat left -57px;
	display:inline-block;
	height:57px;
	line-height:57px;
	color:#fff;
	text-transform:uppercase;
	padding-left:20px;
	width:auto;
	cursor:pointer;
	overflow:hidden;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}
a.button:hover {
	background-position:left 0;
}
a.button span {
	background:transparent url(../images/button-bg.png) no-repeat right -57px;
	display:inline-block;
	height:57px;
	line-height:57px;
	padding-right:20px;
	width:auto;
	cursor:pointer;
	overflow:hidden;
	text-decoration:none;
}
a.button:hover span {
	background-position:right 0;
}
.right {
	float:right;
	margin-left:20px;	
}
.left {
	float:left;
	margin-right:20px;	
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}

