﻿/* Default Styles */
body,
td {
	font: normal 10pt "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #67000A;
	font: bold 18pt Georigia, "Times New Roman", Times, serif;
}

h2, .heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #67000A;
	font: bold 14pt Georigia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

h2.HeadLine {
	font-family:"Times New Roman", Times, serif;
	color:#67000A;
	font-size:22pt;
	text-transform:none;
	font-weight:normal;
}

h3, .subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0C101C;
	font: bold 14pt Georigia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0C101C;
	font: bold 12pt Georigia, "Times New Roman", Times, serif;	
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0C101C;
	font: normal 10pt Georigia, "Times New Roman", Times, serif;
}

hr {
	height: 1px;
	border-top: 1px solid #CACABF;
}

a,
a:link,
a:visited,
a:active {
	color: #003366;
	text-decoration:none;
}

li { list-style-type:inherit } 

a:hover {
	color: #003366;
}

input {
	border: 1px solid #CACABF;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:transparent;
}

p {
	margin: 10px 0;
}

.small {
	font-size:8pt;
}

.altcolor {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.EditorBackgroundColor { background-color:#F8F8F8; }

.title { font-family:Geneva, Arial, Helvetica, san-serif; font-size:16px; font-weight:bold; color: #26254E; }
.subTitle { font-family:Geneva, Arial, Helvetica, san-serif; font-size:14px; color: #26254E; } 
.summary { font:Tahoma; font-size:14px; }
.price { font-family:Geneva, Arial, Helvetica, san-serif; color:#67000A; font-size:12px; font-weight:bold; } 
.errorMessage { border:1px solid #C0C0C0; background-color:#FFFFE8; margin:5px 0; padding:5px; font:Tahoma; font-size:14px; color:#FF0000; }



.cfdebug { text-align:left; }
