body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 2.2em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
h1 a{
	color: #000;
	text-decoration: none;
}
h2{
	font: 1.75em "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #002C53;
}
h3 {
	font: 1.5em "Times New Roman", Times, serif;
	line-height: 1.167em;
	font-style:italic;
	margin: 0px 0px 0.6em 0px;
	color: #001C45;
}
h3.headline{
	font-style: normal;
	margin: 20px 0px 0.6em 0px;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}
h4{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #001C45;
}
h5{
	font: 1.2em "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	line-height: 1.3em;
	margin: 10px 0px;
	color: #000;
	text-align: center;
}
p{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0.75em 0px;
	color: #000;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
ul.stars li{
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
	background: url(../graphics/menu_bullett_roll.gif) no-repeat;
	background-position: 0px 0.3em;
}
a{
	color: #0082BA;
	text-decoration: underline;
}
a:hover{
	color: #001C45;
}
a:visited{ 
	color:#0082BA;
}
a:active{ 
	color:#FF6699;
}
#header-links{
	display: none;
}
#page-images{
	display: none;
}
#nav{
	display: none;
}
#content{
	margin-top: 20px;
}
#footer{
	border-top: #666 1px solid;
}
#footer ul{
	list-style-type: none;
	margin: 0px;
}
#footer li{
	float: left;
	margin: 3px 20px 0px 10px;
	color: #000;
	list-style-type: none;
	padding: 0px;
}