/* CSS Document */
Body	{
	background-color: oldlace;
	font-family: Georgia, "Times New Roman", Times, Serif; 
	font-size:10pt;
	color: #2F4f4f; 
	font-weight: 500;
	text-align: justify;
	
	}
p	{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt; 
	color: #2f4f4f; 
	font-weight: 500;
	text-align: justify;
	}
	
h1	{
	
	font-family: Georgia, "Times New Roman", Times, Serif 24pt ;
	color: #800000; 
	font-weight: 700;
	}
	
h2	(
	
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 18pt; 
	font-weight: 700;
	color: #800000;
	text-align: center;
	
	}
h2#top	(
	color: "maroon";
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 18pt; 
	font-weight: 700;
	text-align: center;
	
	}
	
h3	(
	color: #2F4F4F; 
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14pt;
	font-weight: 600;
	}
	
h4	(
	color: #2F4F4F; 
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	font-weight: 600;
	text-align: center;	
	}
h5	(
	color: #2F4F4F; 
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 10pt;
	font-weight: 600;
	text-align: center;	
	}
	
p.tablehead
	{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14pt;
	color: maroon; 
	font-weight: 600;
	text-align: left;	
	
p.caption
	{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 8pt;
	color: #800000; 
	font-weight: 600;
	text-align: left;
	}
p.highlight	
	{
	font-family: Georgia, "Times New Roman", Times, Serif; 
	font-size:10pt; 
	color: #800000; 
	font-weight: 500;
	text-align: left;
	}
p.footer
	{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 8pt;
	color: #2F4F4F; 
	font-weight: 400;
	text-align: left;
	}
#top-left {
  
  position: absolute;
  left: 10px;
  top: 1px;
  width:150px;
  }
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: white;
	font: bold 0.8em /1.5 verdana, arial, sans-serif;		
/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height*/
	color: #fff;
	text-decoration: none;
	width: 88%;				
/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix */
	}

ul#mainnav li a:hover {
	background-color: #43616B;
	color: #eee;
	}

	
a {
	color:#800000;
	font-size:16px;
	text-decoration:none;
	font-weight:800;
	font-family:georgia,"Times New Roman", Times, Serif;
	}
A:link { 
		color: #800000; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px; }

A:active { color: #800000; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px;
		text-decoration:underline; }

A:visited { color: #2F4F4F; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px;
		text-decoration: underline; }
		
a.nav {
	color:#800000;
	font-size:16px;
	text-decoration:none;
	font-weight:800;
	font-family:georgia,"Times New Roman", Times, Serif;
	}
	
A:link.nav { 
		color: "maroon"; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px; }

A:active.nav { color: #800000; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px;
		text-decoration:underline; }

A:visited.nav { color: #2F4F4F; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px;
		text-decoration: underline; }	
		
A:hover.nav { color: oldlace; 
		font-family: Georgia, "Times New Roman", Times, Serif; 
		font-size: 16px;
		background-color: #2f4f4f;
		text-decoration: none; }	

A:visited.foot { color: #0000FF; font-family: Arial;
                      font-size: 8pt; }
