﻿body {
	font-weight: normal;
	font-size: 12pt;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	background-color: #0000fe;
	background-image: url('images/backblue.gif');
	background-repeat: repeat-x;
	/*background-color: #202020;
	background-image: url('images/backgrey.gif');
	background-repeat: repeat-x;*/
}
div#contentPanel 
{
	margin-left:auto;
	margin-right:auto;
	background-color:White;
    width:800px;
    padding:0px 5px 5px 5px;
}
div#contentCore 
{
   text-align:justify;
   padding-left:20px;
   padding-right:10px;
}
blockquote 
{
    text-align:justify;
}
ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li
{
    background-image: url('images/bullet-a.gif');
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 15px;
}
a.TopNav:link {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.TopNav:visited {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.TopNav:active {
	font-weight: bold;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.TopNav:hover {
	font-weight: bold;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	color: blue;
	text-align: center;
}