/* import styles */
@import "reset.css";



	body, 
	input, 
	textarea, 
	select {font-family:Arial, Helvetica, Verdana, sans-serif; font-size:12px; color: #5c5c5c;}
    
/* content */
	h1 { font-size: 30px; color: #1d6e8f; margin-bottom: 30px; text-transform: uppercase;}
	h2 { float:left; color: #1d6e8f; text-transform: uppercase; font-size: 18px; margin: 0 -15px -12px 0; }
	/*h3 { float: left; font-size: 16px; font-weight: bold; color: #000; margin: 0px 20px 20px 0; }*/
    h3 {font-size: 16px; font-weight: bold; color: #000; margin-bottom:10px; padding:0;float: left; }
	h4 {font-size: 13px; font-weight: bold; color: #000; margin-bottom:10px; padding:0;float: left; text-decoration: underline; }
	h5 {}
	h6 {}			
	a:link, a:visited { color: #000;}
	a:hover, a:active {}
	a:link img, a:visited img {}
	p { line-height:1.5em; font-size: 15px; color: #000; font-weight: 600px; margin-bottom: 10px;  }
	ol li {}
	ul li {}
	li {}
	ol, ul {}
	blockquote {}

/* tables */
	table {}
	tr td {}
	tr.alt {}
	th {}
	td {}

/* forms */
	form {}
	fieldset {}
	form div {}
	form label {}
	legend {}
	input.txt {}
	textarea {}
	label.required {}
    p.psmall {font-size: 12px;}
