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

* {font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;}
	
body {background:#cdced3;}

form {margin:0px;
	padding:0px;}
	
table {text-align:left;}

h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;}
h1 {font-size:14pt;}
h2 {font-size:12pt;}
h3 {font-size:10pt;}

#pg {width:790px;
	border:solid #17204b 1px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;}
	
#footer {font-size:8pt;
	color:#333333;
	background:#cccccc;
	padding:3px;}
	
#footer * {color:#333333;
	font-size:8pt;}
	
#footer h3 {font-size:10pt;}

