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

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


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


.subtitle {
	font-family: Arial;
	font-size: 12px;
	color:#993300;
	font-weight:bold
}
.subtitle2 {
	font-family: Arial;
	font-size: 14px;
	color:#CC9933;
	font-weight:bold
}


.bull {
	font-family: Arial;
	font-size: 12px;
	color:#ff9000;
	font-weight:bold
}


a {
	font-family: Arial;
	font-size: 11px;
	color: #0099CC;
	font-weight: bold;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}


.footer_link a {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.footer_link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_link a:hover {
	color: #FF6600;
	text-decoration: none;
}
.footer_link a:active {
	color: #FFFF66;
	text-decoration: none;
}
.footer_link a:link {
	text-decoration: none;
}

