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



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

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 10px 0px;
}

h2{
font-size: 120%;
font-weight:bold;
color: #473A24;
padding:10px 0px;
margin:15px 0px 5px 0px;
}

h3{
font-size:120%;
color: #473A24;
padding:10px 0px;
margin:15px 0px 5px 0px;
}

h4{
font-size:100%;
color:#496F31;
padding:4px;
background:#B92619;
margin:10px 0;
}

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:10px 0;
margin:0;
}


div#intro p{
font-family: Georgia, "Times New Roman", Times, serif;
color:#EAF5D3;
padding:0px 8px;
margin:0;
}

div#intro p strong{
color:#ffffff;
padding:0px 8px;
font-weight:bold;
}

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

