@charset "utf-8";
/* CSS Document - typography */



body {
color: #5D4E39;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: small;
line-height: 140%;
}

h1, h2, h3, h4, h5, h6{
font-family: "Times New Roman", Times, serif; 
}

#content h1{
	font-size:130%;
	font-weight:bold;
	color:#B92619;
	background: url(../images/bg_h1.gif) bottom left no-repeat;
	padding:5px 0px 1px 62px;
	margin:20px 0px 15px 0px;
}

h2{
font-size: 130%;
font-weight:bold;
color: #473A24;
padding:0px;
margin:20px 0;
}

h3{
font-size:120%;
color: #B92619;
padding:0px;
margin:10px 0;
}

h4{
font-size:100%;
color:#B92619;
padding:0;
margin:6px 0;
font-family: Arial, sans-serif;
}

a:link{
color:#473A24;
text-decoration:underline;
}
a:visited{
color:#473A24;
text-decoration:underline;
}
a:hover, a:active {
color:#B92619;
text-decoration:underline;
}

p{
padding: 0;
margin:10px 0;
}


.pdfDoc{
background: url(../images/page_white_acrobat.png) 0% 5px no-repeat;
padding:5px 0px 5px 20px;
}


