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

a:link {
	text-decoration: none;
	color: #111;
}
	
a:hover {
	text-decoration: none;
	color: #f5e825;
}

a:visited {
	text-decoration: none;
	color: #111;
}

a:active {
	text-decoration: none;
	color: #111;
}

.Titles {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size: 11pt;
	color:#222;
}

.creditTitles {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size: 9pt;
	color:#222;
}

.FlashPadding {
	padding:5px;
}

.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: #444;
	text-decoration: none;
	padding: 5px;
	vertical-align: top;
	
}

.creditText {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	color: #444;
	text-decoration: none;
	vertical-align: top;
	
}

.hpImagePos {
	z-index: 1;
	left: -2px;
	top: -2px;
}

.navAlign {
	vertical-align: top;
}

.indent {
	padding-left:15px;
	font-style:italic;
}

.footerLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333;
	text-decoration: none;
	padding-left: 13px;
}

.footerLinks1 {
	width: 133px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	padding-left: 13px;
}
