﻿/* Default Styles */
body,
td {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B5F;
}

.headingBold,
h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #082C6E;
	font: bold 18pt "Century Gothic", "Times New Roman", Times, serif;
}

.heading,
h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #082C6E;
	font: normal 18pt "Century Gothic", "Times New Roman", Times, serif;
}

.subheadingbold,
h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #4F4A39;
	font: bold 11pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
}

.subheading,
h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #4F4A39;
	font: normal 11pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #4F4A39;
	font: normal 10pt Arial, Helvetica, sans-serif;
}


hr {
	height: 1px;
	border-top: 1px solid #4F4A39;
}

a,
a:link,
a:visited,
a:active {
	color: #59862D;
	text-decoration:none;
}

a:hover {
	color: #000033;
}

input {
	border: 1px solid #CACABF;
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color:#6B6B5F;
	background-color:transparent;
}

textarea { border: 1px solid #CACABF; }

p {
	margin: 10px 0;
	line-height:1.5em;
}

.altcolor {
	color:#4D6077;
	font-size:8pt;
	line-height:1.5em;
}

.cfdebug {
	text-align:left;
	font-size:7pt;
}

.smallWhite, a.smallWhite:link, a.smallWhite:visited, a.smallWhite:hover {
	font-size: 7pt;
	color: #FFFFFF;
}

.smallBlack, a.smallBlack:link, a.smallBlack:visited, a.smallBlack:hover {
	font-size: 7pt;
	color: #000000;
}

.smallBlue, a.smallBlue:link, a.smallBlue:visited, a.smallBlue:hover {
	font-size: 7pt;
	color: #000066;
}

.normal, a.normal:link, a.normal:visited, a.normal:hover {
	font-weight: normal;
}

.altcolorbold {
	color: #4D6077;
	font-size:8pt;
	line-height:1.5em;
	font-weight: bold;
}

.normalbold,
.formtextbold { 
	 font-family:Tahoma;
	 font-size:14px;
	 color:#336699;
}

strong {
	font-weight:bold;
}

#loginForm input { font-size:13px; }

.title { font-family:Geneva, Arial, Helvetica, san-serif; font-size:17px; font-weight:bold; color: #1F425C; }

.cfdebug {
	text-align:left;
	font-size:7pt;
}
