/* CSS Document */

h6 {
font: normal 10px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
padding: 5px 0 5px 0;
}
h6 a:link a:visited a:active {	
text-decoration: underline;
color: #FFFFFF;
}
h6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.blue {
color: #033068;
}
.grey {
color: #333333;
}
.black {
color: #000000;
}
.white {
color: #FFFFFF;
}
.links {
color: #4A5F85;
}
.italic {
	font-style: italic;
}
p {
	margin-top: 0px;
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
p a:link a:visited a:active {	
text-decoration: underline;
color: #384861;
}
p a:hover {
	text-decoration: none;
}
td ul {
	margin-top: 0px;
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #384861;
	list-style-type: square;
}

td ul li a:link a:visited a:active {	
text-decoration: underline;

}

td ul li a:hover {
	text-decoration: none;
}
td ol {
	margin-top: 0px;
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #384861;
	
}
.captioning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	display: block;
	margin: 0px;
	border: 1px solid #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
}
	
h4 {
	margin-top: 0px;
	margin-bottom: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.vertical_bottom {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	vertical-align: text-top;
	border-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.red {
	color: #852726;
}
