@charset "UTF-8";
/* Text Styles */

.pageheading {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

.heading {
	font-size: 16px;
	color: #a90303;
	font-weight: normal;
}

.subheadings {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.captions {
	font-size: 10px;
}

.highlight {
	color: #a90303;
}

.rightmoduleheadings {
	font-size: 20px;
	font-weight: bold;
	color: #9A0502;
}

.rightmoduleheadingslarge {
	font-size: 28px;
	font-weight: bold;
}

.rightmoduleheadingsred {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9A0502;
	padding: 3px;
	margin-bottom: 5px;
}

.pricing {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #0580B6;
	background-image: url(../images/pricing.gif);
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
}

.moreinfo a:link, .moreinfo a:visited, a.moreinfo:link, a.moreinfo:visited {
	display: block;
	width: 64px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0580B6;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	text-align: center;
}

.moreinfo a:hover, a.moreinfo:hover {
	background-color: #a90303;
}

.viewit a:link, .viewit a:visited, a.viewit:link, a.viewit:visited {
	display: block;
	width: 64px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #0580B6;
	background-color: #FFB200;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	text-align: center;
}

.viewit a:hover, a.viewit:hover {
	color: #FFFFFF;
	background-color: #a90303;
}

.image_right {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

.image_left {
	margin: 0px;
	padding: 0px 5px 5px 0px;
}