body
	{
	font-family: sans-serif;
	font-size: 12pt;
	color: black;
	background-color: white;
	text-align: justify;
	}

p.nav
	{
	text-align: left;
	}
	
img.header
	{
	padding: 0px;
	vertical-align: bottom;
	}

//table.page
//	 {
//	 width: 780px;
//	 }
	 
h1
	 {
	 font-size: 20pt;
	 font-weight: bold;
	 color: rgb(91,110,125);
	 background-color: white;
	 }

h2
	 {
	 font-size: 14pt;
	 font-weight: bold;
	 color: black;
	 background-color: white;
	 }

td	{
	color: black;
	background-color: rgb(232,236,238)
	border-style: none;
	border-width: 0px;
	font-family: sans-serif;
	font-size: 12pt;
	}
	
td.nav
	{
	color: black;
	background-color: rgb(232,236,238);
	font-family: sans-serif;
	vertical-align: top;
	width: 141px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	} 
	 
td.main
	{
	font-family: sans-serif;
	color: black;
	background-color: white;
	vertical-align: top;
	padding: 10px;
	text-align: justify;
	width: 629px;
	border: 0px;
	} 
	 
td.header
	{
	} 
	 
td.copyrightnotice
	{
	font-family: sans-serif;
	text-align: center;
	font-size: 8pt;
	color: black;
	background-color: white;
	}
	
a.nav:link
	{
	color: rgb(91,110,125);
	background-color: rgb(232,236,238);
	text-decoration: none;
	text-size: 10pt;
	font-weight: bold;
	}
a.nav:visited
	{
	color: rgb(91,110,125);
	background-color: rgb(232,236,238);
	text-decoration: none;
	text-size: 10pt;
	font-weight: bold;
	}
a.nav:hover
	{
	color: black;
	background-color: rgb(232,236,238);
	text-decoration: none;
	text-size: 10pt;
	font-weight: bold;
	}
a.nav:active
	{
	color: black;
	background-color: rgb(232,236,238);
	text-decoration: none;
	text-size: 10pt;
	font-weight: bold;
	}
	 
a:link
	{
	color: rgb(121,147,167);
	background-color: white;
	text-decoration: none;
	}
a:visited
	{
	color: rgb(61,107,127);
	background-color: white;
	text-decoration: none;
	}
a:hover
	{
	color: black;
	background-color: rgb(232,236,238);
	text-decoration: none;
	}
a:active
	{
	color: black;
	background-color: rgb(232,236,238);
	text-decoration: none;
	}	

