@charset "utf-8";
/* CSS Document */

a:link, a:visited {color: #21498D;}
a:hover, a:active {color: #529B49;}

.titleLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: #529B49;
}
h1 {
	font-size: 28px;
	color: #529B49;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 130%;
	margin-top: 0px;
}
.website {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 115%;
	margin-top: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #21498D;
	font-weight:normal;
	line-height: 100%;
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
	color: #529B49;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:0px;
}

h4 {
	font-size: 24px;
	color: #0070C0;
	line-height:24px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
}

h5 {
	font-size: 20px;
	color: #76923C;
	line-height:24px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;

}

h6 {
	font-size: 18px;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
}


.line { 
	border-bottom: 1px dashed #666666;}
	
.block {
	margin: 10px;
	}
	
.green {
	color: #76923C;

}
	
