/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 76%;
        line-height: 1em;
		color: #555;
	}

	div {
		font-size: 1em;
	}

	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		color: #62A0E6;
		text-decoration: underline;
	}

	a:hover {
        color: #003366;
		text-decoration: none;
	}
	
	#highlightlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	color: #FF0000;
	}
	
	
	
/* END LINKS */

/*FORMS*/

.formheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	color: #003399;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding: 10px 0 0 0;
}


div.formrow {
	clear: both;
	padding-top: 10px;
	font-size: 85%;
  }

div.formrow span.formlabel {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 1.2em;
  }

div.formrow span.forminput {
	float: right;
	width: 400px;
	text-align: left;
	
  } 
  
  /* END FORMS*/
	
/* HEADINGS */
	h1 {
		font: normal 24px Helvetica, Arial, sans-serif;
		line-height: 1.5em;
		margin: 10px 0 0.5em 0;
		padding: 0;
        color: #555;
	}
	h2 {
		font: normal 18px Helvetica, Arial, sans-serif;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #555;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: #555;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #555;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #555;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #555;
	}
	
	.bodysubheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	color: #003399;
	text-align: left;

}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 2em 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	ul {
        line-height:1em;
		margin: 0 2em 1.5em 0;
		padding: 0;
	}
	ul li {
	line-height:1em;
	margin: 0 2em 0.5em 30px;
	color: #003399;
	padding: 0 0 0 0.1em;
	/*text-indent: -0.7em;*/
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted #555;
	}
	
	.notices {
	font:normal 9px/12px Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#000;*/
	/*color:#fff;*/
	
}

#footer span.notices a {
	text-decoration:none;
	color: #fff;
}
#footer span.notices a:hover { color:#003399; text-decoration:none; }

/* END TYPOGRAPHY */	
