@charset "utf-8";
a:visited, a:link, a:active {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
a:hover {text-decoration: underline; color: #FFCC00; background-color: transparent;}

h1 {
	font-family: "Tw Cen MT";
	font-weight: normal;
	font-size: 24px;
	color: #669900;
}
h2 {
	font-family: "Tw Cen MT";
	font-weight: normal;
	font-size: 20px;
	color:#FF6600
}
h3 {
	font-family: "Tw Cen MT";
	font-weight: bold;
	font-size: 18px;
}

body{
	font-family: "Tw Cen MT";
	font-size: 16px;
	color:#333333;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: repeat-x;
}

td{
	font-family: "Tw Cen MT";
	font-size: 16px;
	color:#333333;
	font-weight: normal;
	background-repeat: repeat-x;
} 
	