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

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


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


.subtitle {
	font-family: Arial;
	font-size: 12px;
	color:#0b8ac1;
	font-weight:bold
}

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


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


a {
	font-family: Arial;
	font-size: 12px;
	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: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.footer_link a:visited {
	color: #666666;
	text-decoration: none;
}
.footer_link a:hover {
	color: #0066CC;
	text-decoration: none;
}
.footer_link a:active {
	color: #006699;
	text-decoration: none;
}
.footer_link a:link {
	text-decoration: none;
}


