a {
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #3A6285;
}
a:visited {
	text-decoration: underline;
	color: #4B7EAD;
}
a:hover {
	text-decoration: none;
	color: #4B7EAD;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1 {
	font-size: 12px;
	color: #3A6285;
}
h2 {
	font-size: 18px;
	color: #749DC2;
}
h3 {
	font-size: 16px;
	color: #FF6600;
}
h4 {
	font-size: 14px;
	color: #749DC2;
}
h5 {
	font-size: 12px;
	color: #749DC2;
}
h6 {
	font-size: 9px;
	color: #749DC2;
}

.style16 {color: #3A6285}
.style17 {font-size: 12px}
.style18 {font-size: 9px}
.style6 {
	font-size: 36px;
	font-weight: bold;
}

.footerText {
	padding-top:5px;
	text-transform:lowercase;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	/*text-align:right;*/
}
.footerText a:link {
	text-decoration:none;
	color:#000;
}
.footerText a:active {
	text-decoration:none;
	color:#000;
}
.footerText a {
	text-decoration:none;
	color:#000;
}
.footerText a:visited {
	text-decoration:none;
	color:#000;
}
.footerText a:hover {
	text-decoration:underline;
	color:#000;
}
.footerText a:visited:hover {	
	color:#000;
	text-decoration:underline;
}
