.font1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
}
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.font3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

.smallfont2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-weight: normal;
}

.font3bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration:none;
	color: #000000;
}

a.mainlink {
	text-decoration:none;
	color: #000000;
}


a:hover {
text-decoration:underline
}

a.mainlink:hover {
text-decoration:none
}