.font1 {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #404040;
	font-weight: bold;
}
.font1b {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #404040;
}

.font1s {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #404040;
	font-weight: bold;
}

.font2 {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.font3 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #404040;
}

.font4 {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.font5 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.fontnormal {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #0664C5;
	cursor:hand;
}


/* Hyperlinks Style */
a.normal {
	font-family: Arial, Verdana, David;
	font-size: 11px;
	text-decoration: none;
}

a.normal:link {color: #0664C5}
a.normal:visited {color: #0664C5}
a.normal:hover {color: #0664C5; text-decoration: underline;}
a.normal:active {color: #0664C5}


a.normal2 {
	font-family: Arial, Verdana, David;
	font-size: 11px;
	text-decoration: none;
}

a.normal2:link {color: brown}
a.normal2:visited {color: brown}
a.normal2:hover {color: brown; text-decoration: underline;}
a.normal2:active {color: brown}


.nlinks {
	font-family: Arial, Verdana, David;
	font-size: 11px;
	text-decoration: none;
}
a.nlinks:link { color: #0664C5}
a.nlinks:visited {color: #0664C5}
a.nlinks:hover { color: #0664C5; text-decoration: underline; }
