/* CREST CSS */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #ffffff;
	text-align: center;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #004b85;
	text-align: left;
}

h1 {
	font-size: 185%;
	margin: 1.0em 0 0.5em 15px;
	line-height:1.1em;
}

h2.homepageh2, h3.homepageh3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #e7f1fa url(../img/bg/BG_headers.gif) center left repeat-x;
	font-weight: normal;
	padding: 0.5em 0 0.5em 15px;
	margin: 0;
	border-top: 3px solid #6699cc;	
	text-transform: none;	
	color: #004b85;	
}

h2.homepageh2
{
	font-size: 160%;	
} 

h3.homepageh3 
{
	font-size: 140%;		
}

h2 {
	/*border-top: 3px solid #6699cc;*/
	font-size: 140%;
	padding: 10px 0px 10px 15px;	
}

h3 {
	font-size: 100%;
	padding: 5px 0px 5px 15px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;	
	text-transform: uppercase;
}

h4 {
	font-size: 90%;
	text-transform: uppercase;
	padding: 0.3em 0 0.3em 15px;
}

h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}

h5 {
	border-bottom: 1px dotted #999999;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0.3em 0;
	margin-left: 15px;
}

h6 {
	text-transform: none;
	padding: 0.3em 0 0.3em 15px;
}


.go_p {
	width: 90%;
	font-size: 90%;
	text-align: left;
	padding: 0.3em 2.0em 0.5em 15px;
}
	
p {
	font-size: 90%;
	text-align: left;
	padding: 0.3em 2.0em 0.5em 15px;
}	
	
a:link, a:visited {
	color: #669933;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #fcb131;
	text-decoration: none;
	font-weight: bold;
}
	
blockquote {
	text-align: left;
	width: 60%;
	margin: 0.3em auto;
	background: #ffffff url(../img/bg/topQuote.gif) top left no-repeat;
}

blockquote p {
	color: #649bd3;
	font: normal 100%/125% Georgia, "Times New Roman", Times, serif;
	padding: 1.0em;
	background: transparent url(../img/bg/endQuote.gif) bottom right no-repeat;
}
	
div.dots {
	height: 1px;
	background: url(../img/bg/BG_dots.gif) top left repeat-x;
	margin: 0;
	padding: 0;
}

div.dots hr {
	display: none;
}
		
.introText {
	color: #6699cc;
	font-size: 110%;
	line-height: 130%;
}

a.arrowLink {
	padding-right: 25px;
	background: #ffffff url(../../img/bg/arrow.gif) no-repeat right center;
}

.go_downloadlink
{
	padding:3px 0px 3px 15px;
}

.newreport_sectioncheckbox
{
	width:20px;
	border: 1px solid red;
}

/*.newreport_sectionname
{
	float:left;
	width:100px;
}

.newreport_sectiontype
{
	float:left;
	width:100px;
}

.newreport_sectioncheckbox
{
	float:left;
	width:100px;
	clear:both;
}*/