body 
{
    background: white;
    color: black;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Georgia, Serif;
	font-size:13px;
}
div.container
{
    width: 700px;
	margin:0 auto;	
}
p.logo
{
	padding: 10px 0 0 0;
	text-align:center;
}
div.content
{
    color: black;
    text-align: left;
    font-family: Georgia, Serif;
	line-height:17px;
}
p.headline
{
    text-align: center;
	font-weight:bold !important;
}
.subhead
{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
a
{
    color: #004383;
    text-decoration: underline;
}
a:visited
{
    color: black;
    text-decoration: underline;
}
p.note 
{
	font-size:11px;
	font-style:italic;
	color:#555555;
}
p.footer
{
	font-size:12px;
	color:#444444;
	border-top: dashed;
	border-top-width:thin;
	border-top-color: #cccccc;
	padding: 15px 0px;
	margin-top:50px;
	margin-bottom:25px;
}
li
{
	line-height:16px;
	padding-bottom:12px;
}

