.normaltxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.redlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AC2E25;
}

.redlink:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AC2E25;
	text-decoration:underline
}
.redlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AC2E25;
	text-decoration:none
}

.rborder {
	border: 1px solid #AD2E25;
}

.whitelink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none
}

.whitelink:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none
}
.whitelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline
}



