/* style sheet */

body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

td {
	vertical-align: top;
}

.style1 {color: #990000}

.copyright {
	font-size: 10px;
	text-align: right;
	
}


#text0 { font-size: 10px; font-family: Georgia,serif; line-height: 19px; }
#text { font-size: 11px; font-family: Georgia,serif; line-height: 18px; }
#text2 { font-size: 13px; font-family: Georgia,serif; line-height: 18px; font-weight: bold;}
#text3 { font-size: 13px; font-family: Georgia,serif; line-height: 23px; }
#text4 { font-size: 13px; font-family: Georgia,serif; line-height: 16px; }
#text5 { font-size: 11px; font-family: Georgia,serif; line-height: 12px; }
#text6 { font-size: 13px; font-family: Georgia,serif; line-height: 19px; }

			
			
/* Link Color, No Underline */
		
										
a:link, a:visited, a:active { color: #000000; text-decoration: none; }
		
		
/* Link Rollover, No Underline */
			
a:hover, a:visited:hover { color: #990000; text-decoration: none;  }	


			
