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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {	font-size: 12px; color: #006;}

a:link {font-size: 12px; color: #006;}
a:visited {color: #F00;}
a:hover {color: #009;}
a:active {color: #F00;}

a.nav:link {font-size: 15px; font-weight: bold; text-decoration: none;color: #FFF;}
a.nav:visited {font-size: 15px; font-weight: bold; text-decoration: none;	color: #FFF;}
a.nav:hover {font-size: 15px; font-weight: bold; text-decoration: underline;	color: #F00;}
a.nav:active {font-size: 15px; font-weight: bold; text-decoration: none;	color: #F00;}

h1 {	font-size: 14px;	color: #F00;}
h2 {	font-size: 14px;	color: #006;}
h3 {	font-size: 16px;	color: #F00;}
h4 {	font-size: 16px;	color: #006;}
.white {	color: #FFF;}
.red {	color: #F00;}