@charset "utf-8";
/* CSS Document */

.text {
	color: #2a2d2e;
	font-family: "Century Gothic";
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Centers the page content container in IE 5 browsers. */
}.text2 {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.links {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}

