body {
	font-family: Verdana;
	font-size: 10px;
}

a:link {
	color: #3695E2;
}
a:visited {
	color: #3695E2;
}
a:hover {
	color: #3695E2;
}
a:active {
	color: #3695E2;
}

.textHeadBlue {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #016DB8;
}

.textSubHeadBlue {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #016DB8;
}

.textSubHeadGreen {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #5CB616;
}

.textSubHeadLightGreen {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #9BCB36;
}

.textNormalBoldGreen {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #5CB616;
}

.textNormalBoldLightGreen {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #9BCB36;
}

.normalText {
	font-family: Verdana;
	font-size: 12px;
}


.smallText {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.angryText {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}