P {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

B {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

I {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: italic;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

H1 {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   font-size: 20pt;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

H2 {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

H3 {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: 600;
   color: #000000;
   text-decoration: none;
}

A:link {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: #008000;
   text-decoration: underline;
}

A:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: #008000;
   text-decoration: underline;
}

A:active {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: #A0A000;
   text-decoration: underline;
}

A:hover {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: #00A000;
   text-decoration: underline;
}

.footer {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: #800000;
   text-decoration: none;
}

TD {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

body {
		width: 650px;
		margin-left: 15%;
}

#homeheader {text-align: center; 
				width: 650px;
}

#homeheader h1 {
		font-size: 2.25em;
		margin-bottom: 0px; 
		padding-bottom: 0px;
				
}

#homeheader h2 {
		font-size: 1.5em;
		margin-top: 0px; 
		padding-top: 0px;				
}
		
#centralcontent {
		width: 650px;
		margin-bottom: 10px;
		
}		

