.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}

A.text {
	color: #2769E1;
	text-decoration: underline;
}

A:hover.text {
	color: #184578;
	text-decoration: none;
}

.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	font-weight: bold;

}
h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	line-height: 140%;
	color: #DD0000;
	font-weight: bold;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #dd0000;
}

