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

/*TEXT*/
h1{
	font:2.0em Georgia, "Times New Roman", Times, serif;
	color:#541800;
	text-transform:uppercase;
	margin-top:7px;
	margin-bottom:7px;
}
h2{
	font:1.5em Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
}
h3{
	font:1.0em Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
}
p{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#541800;
	line-height:15pt;
	margin-top:7px;
	margin-bottom:7px;
}

h4{
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
}
h5{
	padding:5px;
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:7px;
}
.drop-cap-text{
	font:5em Georgia, "Times New Roman", Times, serif;
	float:left;
	margin-right:5px;
	line-height:40pt;
	}
/*LINKS*/
h2 a, h2 a:visited{
	font:1.5em Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top:7px;
	margin-bottom:7px;
	text-decoration:underline;
}
h2 a:hover{
	font:1.5em Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
	text-decoration:none;
}

p a, p a:visited{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top:7px;
	margin-bottom:7px;
}
p a:hover{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
	text-decoration:none;
}

p.body-small-link a, p.body-small-link a:visited{
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top:7px;
	margin-bottom:7px;
}
p.body-small-link a:hover{
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
	text-decoration:none;
}

a, a:visited{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top:7px;
	margin-bottom:7px;
}
a:hover{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#541800;
	margin-top:7px;
	margin-bottom:7px;
	text-decoration:none;
}

/*WRAPPER LINKS*/
.footer-wrapper a, .footer-wrapper a:visited{
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:underline;
	padding-left:5px;
	}
.footer-wrapper a:hover{
	font:10px Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	text-decoration:none;
	padding-left::7px;
	}

/*FORMS*/
input, textarea, select{
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#541800;
	}
	
/*BULLETS*/
ul{
	margin-top:7px;
	margin-bottom:7px;
	list-style:square; 
	}