/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #627883;
	line-height: 120%;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #627883;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
}
b.highlighted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-variant: small-caps;
}
a.text
 {
	color: #333333;
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
a.text:hover {
	color: #336666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

	
