html,body {

	background-repeat: repeat-x;
	background-color:white;
	margin:0;
	padding:0;
	height:100%;
	color: grey;
	font-size:13px;
	line-height:1.5;
	font-family:georgia,serif;
	}

h1 { font-size: 15px; }

h2 { font-size: 20px;}

	
a {color: #58523f;}
new {color: #656245;}

a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	
}

p { font-size: 12px }
p11 { font-size: 11px }


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	font-family:georgia,serif;
	
}

div#header { margin-top: 10px; margin-bottom: 50px; }

div#header p { }

div#content { padding-bottom: 25px; }
	
div#content p { text-align:justify; }

div#footer {

	padding-bottom: 55px;

	padding-top: 15px;

	border-right-width: 0px;
	border-style: dotted;
	border-left-width: 0px;
	border-top-width: thin;
	border-bottom-width: 0px;
	position:absolute;
	width:100%;
	background:white;
	font-size: 11px
}
	
div#footer p { }

div#table {font-size: 11px; background-color: #dfeaf8;}
