*

{
	margin: 0;
	padding: 0;
}

.titlebackcolor {background-color: #abcdef;}
.toptitlebackcolor {background-color: red;}

body
{
	font-family: Courier New;
	font-size: 11px;
	background-color: #fff;
}

a{color:blue;text-decoration:none;margin:1px 3px 1px 3px;padding: 1px 0 1px 0}
a:hover{color:#f3f0b8;text-decoration:underline;}


div#out-wrapper
{
	width: 80%;
	margin: 0 auto -30px;
}



h1

{
	font-family: Courier New;
	margin: -4px 0px -4px 0px;
}

div#wrapper
{

}

ul#navigation
{
	font-family:Courier New;
	font-size:11px;
	padding: 3px;
	text-align: center;
	list-style: none;
	height: 12px;
	border-bottom:solid 1px #A0A0A0;
}

ul#footer

{
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	list-style: none;
	height: 30px;

	border: none;

}	

ul#navigation li a,
ul#footer li a
{
	color: #333;
}
ul#navigation hr{
	color: blue;
}



div#content
{
	font-family: Courier New;	
	font-size: 12px;
	background-color: #ffffff;
	padding: 5px;
	list-style: none;
	border: none;

}	

	

div#content p
{
	margin: 0 0 3px 0;
	line-height: 100%;
}	



div#content h2
{
	font-style: oblique;	
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 3px;
}						