.white_text {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.black_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.red_big {
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #D6282A;
	text-decoration: none;
}

.title_white {
	font-family: "Century Gothic";
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smalllink {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.smalllink:hover {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
	text-decoration: none;
}


.red_bold {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #D50000;
	text-decoration: none;
}
.red_text {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #D50000;
	text-decoration: none;
	font-weight: bold;
}
.grey_italic {
	font-family: "Century Gothic";
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
.grey_text {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
.trilink {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
.trilink:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FF9900;
	text-decoration: none;
}
