@charset "UTF-8";
/* CSS Document */

body, table, tr, td {
	font-family: "century gothic";
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	line-height: 16px;
}

A:link, A:visited, A:active {
	font-family: "century gothic";
	font-size: 14px;
	font-weight: normal;
	color:#330000;
	text-decoration:none;
	line-height: 16px;
}

A:hover {
	font-family: "century gothic";
	font-size: 14px;
	font-weight: normal;
	color:#FF6600;
	text-decoration:none;
	line-height: 16px;
}

