/* CSS typography Document 
 * Basic Typography for standard headings, paragraphs and links
*/

body {
	font: 14px/22px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}


a:link, a:visited,  a:active {
	text-decoration: none;
	color: #333333;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}


h1, h1 a:link, h1 a:visited, h1 a:active{
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	
}

h2, h2 a:link, h2 a:visited, h2 a:active{
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;

}
	
h3, h3 a:link, h3 a:visited, h3 a:active{
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	
	color: #9c9c9c;
	
	text-transform: uppercase;
	
	margin: 12px 0px 6px;
}
h4 {
	
}


p {
	margin: 10px 0px;
}




.type-reset h1, .type-reset h2, .type-reset h3, .type-reset h4, .type-reset h5, .type-reset ul, .type-reset ol{
margin: 0px;
padding: 0px;	
}


/*custom styles*/

