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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#6699CC;
	color: #333;}
	
a{
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

a:hover{
	text-decoration: underline;
	}

#header{
	background-color:#666;
	height: 100px;
	border-bottom: 2px solid white;
	text-align: center;}

#content{
	background-color:#FFFFFF;
	padding: 20px;
}

h1, h2{background-color:#CCCCCC; padding: 10px;}
h1{font-size: 24px;}
h2{font-size: 16px; margin-bottom: 0px; margin-top: 38px;}
h3{margin-top: 2px; padding: 2px;}
	
.footer{font-size: 11px;}


