.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d0c0a;
	
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F3791;
	font-weight: bold;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #1d0c0a;
}
a:link {
	color: #1F3791;
	text-decoration: none;
}
a:visited {
	color: #1F3791;
	text-decoration: none;
}
a:hover {
	color: #6174B8;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.dark:link {
	color: #815e47;
	text-decoration: none;
}
a.dark:visited {
	color: #815e47;
	text-decoration: none;
}
a.dark:hover {
	color: #6174B8;
	text-decoration: underline;
}
a.dark:active {
	text-decoration: none;
}


