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

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


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


.subtitle1 {
	font-family: Arial;
	font-size: 22px;
	color:#ff6633;
	font-weight:bold
}


.subtitle2 {
	font-family: Arial;
	font-size: 22px;
	color:#99cc33;
	font-weight:bold
}

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

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

.greentext {
	font-family: Arial;
	font-size: 11px;
	color:#99cc33;
	font-weight:bold
}


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


.footer_link a {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.footer_link a:visited {
	color: #999999;
	text-decoration: none;
}
.footer_link a:hover {
	color: #99cc33;
	text-decoration: none;
}
.footer_link a:active {
	color: #669900;
	text-decoration: none;
}
.footer_link a:link {
	text-decoration: none;
}

.footer {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#000000;
}


