p {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;	
	background-color: #FFFFFF
}

.small p {
	margin: 0 0 0 0;
	padding: 0px;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;	
	background-color: #FFFFFF
}

h1 {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	color: #006699;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;	
	background-color: #FFFFFF

}
h2 {
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	color: #333333;
       font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 1em;	
	background-color: #FFFFFF

}

h3 {
	margin: 5px 0 3px 0;
	padding: 0 0 0 0;
	color: #333333;
	font-size: 14px;
        font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1em;
	background-color: #FFFFFF;
}

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {text-decoration: underline;}

a:link, a:active, a:visited {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	color: #822F16;
	text-decoration: underline;
	}