.text_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.link_red:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #B41205;
	text-decoration: none;
}

a.link_red:hover {
	text-decoration: underline;
}

a.link_red:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #B41205;
	text-decoration: none;
}

a.link_white:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.text_page {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.text_page_13px {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.text_red {
	color:#B41205;
}