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

/* footer */
.footerlinks {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
}

.footerlinks a {
	font-size: 12px;
	color: #3E72AB;
	text-decoration: underline;
}

.footerlinks a:hover { 
	color: #FF9800;
}

.footerlinks a:visited { 
	color: #2C98F5;
}

/* Content Text */
.style3 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#fff 
}

.style3 a { 
	font-weight:bold;
	color: #FFF;
	text-decoration:underline;
}

.style3 a:hover { 
	color: #BBB;
}

.style3 a:visited { 
	color: #000;
}

h3 {
	font-family:Verdana, Helvetica, sans-serif; 
	font-weight:bold;
	font-size: 15px;
	text-decoration: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#000 
}

.style2 a { 
	font-weight:bold;
	color: #000;
	text-decoration:underline;
}

.style2 a:hover { 
	color: #BBB;
}

.style2 a:visited { 
	color: #7d6bdd;
}

/* Quote formatting */
.style5 {color: #333333
}

.style6 {color: #000
}	

.style7 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}