
.menufont {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textfont {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
        font-size: 14px;
	font-weight: normal;
        color: #ffffff;
	line-height: 1.5;
}

.boldfont {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5;
}
.darktextfont {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
        font-size: 14px;
	font-weight: normal;
        color: #000000;
	line-height: 1.5;
}

.darkboldfont {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
}

a:link {
	color: #005b8e;
	text-decoration: none;
}

a:visited {
	color: #005b8e;
	text-decoration: none;
}

a:hover {
	color: #5AA7E5;
	text-decoration: none;
}

a:active {
	color: #5AA7E5;
	text-decoration: none;
}

