/* CSS Document */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1FFBB;
	line-height: 17px;
}
	.text a:link {
		color: #F1FFBB;
		text-decoration: underline;
		
	}
	.text a:active {
		color: #F1FFBB;
		text-decoration: underline;
	}
	.text a:visited {
		color: #F1FFBB;
		text-decoration: underline;
	}
	.text a:hover {
		color: #F1FFBB;
		text-decoration: underline;
	}
.text_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C40000;
	line-height: 17px;
}
	.text_red a:link {
		color: #C40000;
		text-decoration: underline;
		
	}
	.text_red a:active {
		color: #C40000;
		text-decoration: underline;
	}
	.text_red a:visited {
		color: #C40000;
		text-decoration: underline;
	}
	.text_red a:hover {
		color: #C40000;
		text-decoration: underline;
	}
