
body
{
    font-family:Arial;
    font-size:62.5%;
	background-color: #193866;
	text-align:center;
}
p, ul, blockquote, pre, label 
{
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5
{
    color:#305488;
	margin: 0px;
	margin-bottom:.25em;
	padding: 0px;
	clear:both;
}
p
{
	line-height:1.25em;
	margin-top:0em;
	margin-bottom:1em;
}
ul, ol
{
	margin:0em 0em 1em;
	padding-left: 20px;
}
ul li
{
    list-style-type:square;
}
li
{
	line-height:1.25em;
	margin-bottom: .75em;
}
a, a:link
{
	color: #224B87;
	text-decoration:none;
}
a:visited
{
	color: #4E82D0;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #000000;
	text-decoration: none;
}