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

body {
	font: 16px/20px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555555;
}

textarea{
	font: 16px/20px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
		
}


a:link, a:visited,  a:active {
	text-decoration: underline;
	color: #b92323;
	font-weight: 400;
}

a:hover {
	color: #f82f2f;	
	text-decoration: none;	
}


h1, h1 a:link, h1 a:visited, h1 a:active{
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 400;
	margin: 0px 0px 6px 0px;
	color: #b92323;
	
	padding: 0px;
	
}

h2{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	margin: 0px 0px 6px;
	padding: 0px 0px 6px;
	color: #555555;

}

h2 a:link, h2 a:visited, h2 a:active{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-decoration: none;
}
	
h3{

}

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


h4 {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b92323;	
}


p {
	margin: 10px 0px;
}


a.r-button{
	background-color: #b92323;
	padding: 4px 8px 4px;
	color: white;
	font-weight: 700;
	display: block;	
	float: right;
	text-decoration: none;
	margin-left: 6px;
}

a.r-button:hover{
	text-decoration: none;	
	background-color: #f82f2f;	
}

a.r-subtle{
	float: right;	
	color: #b92323;
	font-weight: 400;
}

a.r-subtle:hover{
	text-decoration: underline;	
	color: #f82f2f;		
}

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

span.h{
	display:block;
	height:1px;
	left:-10000px;
	overflow:hidden;
	position:absolute;
	top:auto;
	width:1px;	
}


/*custom styles*/


.text-format ol{
	list-style: outside decimal;
	margin-left: 24px;	
}
.text-format ul{
	list-style: outside disc;
	margin-left: 24px;	
}

