﻿/* Default Styles */
body,
td {
	font: normal 9pt "Trebuchet MS", "Times New Roman", Times, serif;
	color: #333333;
	line-height:1.3em;
}

h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0099FF;
	font: bold 20pt Tahoma, Arial, Helvetica, sans-serif;
	line-height:normal;
}

.heading,
h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0099FF;
	font: bold 18pt Tahoma, Arial, Helvetica, sans-serif;
	line-height:normal;	
}

.subheading,
h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000000;
	font: bold 12pt "Trebuchet MS", "Times New Roman", Times, serif;
	line-height:normal;	
}

h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000000;
	font: normal 12pt "Trebuchet MS", "Times New Roman", Times, serif;
	line-height:normal;	
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #333333;
	font: bold 10pt Arial, Helvetica, sans-serif;
	line-height:normal;	
}

h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #333333;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:normal;	
}

ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: bold;
}

hr {
	height: 1px;
	border-top: 1px solid #0099FF;
}

strong {
	font-weight:bold;
}

a,
a:link,
a:visited,
a:active {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
	text-decoration:underline;
}

input {
	border: 1px solid #0099FF;
	background-color:#FFFFFF;
	font: normal 9pt Arial, Helvetica, sans-serif;
	color:#333333;
}

p {
	margin: 10px 0;
}

.altcolor {
	color: #000066;
	font-size:8pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.submit {
	border: 1px solid #FFFFFF;
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:9pt;
}
.submit {
	border: 1px solid #FFFFFF;
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:9pt;
}
button span {
	padding:0 2px;
}
#SearchKey {
	margin-right:10px;
}
div#siteSearchResults li {
	padding-bottom:5px;
}
.error {
	width:100%;
	text-align:center;
	color:red;
}

.cfdebug {
	text-align:left;
	font-size:7pt;
}