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

<!--
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color:#333333
}
-->


.title {
	font-family: Verdana;
	font-size: 24px;
	color:#ffffff;
	font-weight:bold
}


.subtitle {
	font-family: Verdana;
	font-size: 12px;
	color:#cc5511;
	font-weight:bold
}

.white {
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold
}


.bull {
	font-family: Verdana;
	font-size: 11px;
	color:#ff9000;
	font-weight:bold
}
.small {
	font-family: Verdana;
	font-size: 10px;
	color:#3399cc;
}


a {
	font-family: Arial;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #FFCC33;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}


.footer_link a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.footer_link a:visited {
	color: #666666;
	text-decoration: none;
}
.footer_link a:hover {
	color: #FF9900;
	text-decoration: none;
}
.footer_link a:active {
	color: #FF9966;
	text-decoration: none;
}
.footer_link a:link {
	text-decoration: none;
}

