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

body {
color: #003300;
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1, h2, h3 {
font: "Times New Roman", Times, serif;
font-size: 18px;
color: #003300;
}

h3 {
font-size: 14px;
}

.footer {
font-size: 10px;
}

table {
text-align: center;
}

td {
text-align: left;
}

.bottom, .footer {
text-align: center;
}

a:link {
	color: #660000;
}
a:visited {
	color: #33CC00;
}
a:hover {
	color: #6633FF;
}
a:active {
	color: #330000;
}



