@charset "UTF-8";
/* CSS Document */


h1{
	font-family: Georgia, Garamond, serif;
	font-size:20px;
	color: #778819;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 14px;
}



h2{
	font-family: Tahoma, sans-serif;
	font-size:14px;
	color: #393728;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	margin-left:25px;
	margin-top: 20px;
	margin-bottom: 6px;
}



h3{
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #900028;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	margin-top: 16px;
	margin-bottom: 0px;
}



p{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color:#000000;
	font-size:12px;
	line-height: 18px;
	margin-top: 8px;
	margin-left:25px;
	margin-bottom: 8px;
	text-decoration:none;
}

a:link{
	color:#778819;
	text-decoration:none;
}

a:visited{
	color:#778819;
	text-decoration:none;
}
	
a:hover{
	color: #556699;
	text-decoration:none;
}

h3  p{
color: #778819;
text-decoration:none;
}


/* ----- captions ---*/

.caption {
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size:10px;
line-height: 15px;
color:#000000;
font-weight: normal;
text-decoration: none;
margin-top: 2px;
}



.caption a {
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size:10px;
line-height: 15px;
color:#900028;
font-weight: normal;
text-decoration: none;
}



.caption a:link {
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size:10px;
line-height: 15px;
color:#900028;
font-weight: normal;
text-decoration: none;
}



.caption a:hover {
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size:10px;
line-height: 15px;
color:#900028;
font-weight: normal;
text-decoration: underline;
}

