/* Default Styles */
body, td {
	color:#3789BB;
	font-size:9pt;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, form, table, td, th, img, p, hr, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	border:0;
}

img, hr { border: 0; }

.normal { font-size:9pt; font-weight:normal; color:#3789BB; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif ; }
.normalBold { font-size:9pt; font-weight:bold; color:#3789BB; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif ; }
.headingBold, h1 {font-size:22pt; font-weight:bold; color:#0B4A8A; font-family: "Comic Sans MS", "Courier New", Courier, monospace; }
.heading, h2 {font-size:22pt; font-weight:normal; color:#0B4A8A; font-family: "Comic Sans MS", "Courier New", Courier, monospace; }
.subheadingBold, h3 {font-size:16pt; font-weight:bold; color:#33CCFF; font-family:Arial, Helvetica, sans-serif;  }
.subheading, h4 {font-size:16pt; font-weight:normal; color:#33CCFF; font-family:Arial, Helvetica, sans-serif; }
h5 {font-size:13pt; font-weight:bold; color:#0B4A8A; font-family:Arial, Helvetica, sans-serif; }

ul {padding:0 15px; margin:10px 0;}
li {font-weight:bold; list-style-type: square;}

hr {
	height: 1px;
	border-top: 1px solid #3789BB;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #5A9E2E;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

input {
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3789BB;	
	background-color:#FFFFFF;
	border:1px solid #0B4A8A;
}

.altcolor {
	color:#666666;
}
.altblue {
	color:#33CCFF;
}
.altgreen {
	color:#8DB611;
}

/* Float Containers Fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/*Hides from IE-mac\*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/*Hides from IE-mac\*/

table.cfdebug * {
	text-align:left;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	clear:both;
}
table.cfdebug hr { border:1px solid #DDDDDD; clear:both; }
