@charset "utf-8";


table { text-align: center;
	text-justify: auto;

}

body {
	background-color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003333;
	text-align: center;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003333;
}

.aboutus {
	font: 12px Verdana, Geneva, sans-serif;
	color: #003333;
	text-justify: auto;
	text-align: justify;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;

}

.tx_right {
	font: 12px Verdana, Geneva, sans-serif;
	color: #003333;
	text-align: right;
}

.center {
	font: 12px Verdana, Geneva, sans-serif;
	color: #003333;
	text-align: center;
}

A:link {
	color:#003366;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	text-transform: none;
}
A:visited {
    color:#003366}
A:active {
	color:#003366;
	text-decoration: underline;
}
A:hover {
 color:#0066cc;
 background-color:#FFFFFF;
 text-decoration:underline;
}
A {
 text-decoration:none
}

