/* CSS */

h1 {
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #006699;
}
p,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
th { font-weight: bold; }
	
/* layout */
.header { width: 100%; background-color:#66CC99; color: #000000; font-size:14px; font-weight:bold; height: 50px; text-align: center;}
.main { width: 100%; border: 1px solid #006699; min-height: 200px; padding: 10px 00px 10px 20px; }
.footer { width: 100%; background-color: #669999; color: #ffffff; font-size: 12px; height: 20px; text-align: center;}