BODY  {
  font-family: verdana, helvetica, arial, sans-serif; 
  font-size: 10pt; 
  font-weight: normal; 
  color: #000000;    
  background-color: #FFFFFF; /* needed for non IE browsers */
  margin: 10px;
  padding: 0px;
  }
  
TD 	{font-size: 10pt;}
	
LI {margin-bottom: 10px;}

P {
	margin-top: 5px; 
	margin-bottom: 0px; 

}

H1 {  
	font-family: arial, helvetica, sans-serif;	
	font-size: 16pt;
	font-weight: bold;
	color: #444444;
	margin-top: 5px; 
	margin-bottom: 0px; 
}

H2 {  
	font-family: arial, helvetica, sans-serif;	
	font-size: 12pt;
	font-weight: bold;
	color: #444444; 
	margin-top: 20px; 
	margin-bottom: 0px; 
}


a:link {  text-decoration:none; font-weight: bold; color: #A01010 }
a:visited { text-decoration:none; font-weight: bold; color: #A01010 }
a:hover {  text-decoration:underline; font-weight: bold; color: #F03030 }
a:active {  text-decoration:none; font-weight: bold; color: #000000 }


code { font-weight: normal; font-family:  courier, monaco, helvetica, sans-serif; font-size: 10pt }

.centered {text-align: center}

.hidden { visibility: hidden;  }
.visible { visibility: visible; }

.small { font-size: 0.8em; line-height: 1.2em }
.normal {font-weight: normal }
.bold { font-weight: bold }
.italic { font-style: italic }

#header 
{
	background-color: transparent;
	font-family: Verdana,Geneva,Arial,sans-serif;
	text-align: left;
	color: white; 
	width: 100%;
	margin: 0px 0px 10px 0px;
	line-height: 12pt;
}


#headerblockleft
{
	float: left;
	margin: 0px 0px 0px 10px;
	color: white; 
	font-weight: bold;
	font-size: 10pt;
}

#headerblockright
{
	float: left;
	margin: 0px 0px 0px 60px;
	color: #EEEEEE; 
	font-weight: normal;
	font-size: 8pt;
}

#logobox 
{ 
	clear: left; float: right; width: 190px; height: 93;
	margin: 10px 10px 20px 25px;
}

#footerbuttons
{
	clear: left;
	width: 100%;
	text-align: center;
	background-color: transparent;
}

#footinfo 
	{
    background-color: transparent;
	color: #555555;
	font-size: 0.8em;
	line-height: 1.2em;
    text-align: center;
    clear: left;
    margin-top: 30px;
    padding-bottom: 4px;
    width: 100%;
    }
