/* CSS Document */
h1, h2, h3, h4
{
 	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
 h1
 {
	line-height: 100%;
	font-size: 22px;
	text-decoration: underline;
	font-weight: 900;
	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
 h2
 {
 	padding-top: 20px;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
 }
 h3
 {
 	padding-top: 20px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	text-align: center;
 }
 
 p
 {
 	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
 }
 
 .page-title
 {
 	position: absolute;
	top: 60px;
	left: 310px;
	height: 40px;
 }
 
 a, a:visited, a:active
 {
 	color: #0033FF;
	text-decoration: none;
 }
 
 a:hover
 {
 	text-decoration: underline;
	color: #000000;
	font-weight: bolder;
 }
 
.promo-links
{
}

div.promo-links
{
	width: 100%;
	text-align: center;
}
