/* CSS Document */

TABLE {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:12PX;
	}
	
TD.contact {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:12PX;
	COLOR:#999999;
	}
	
TD.footer {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:12PX;
	COLOR:#FFFFFF;
	FONT-WEIGHT:BOLD;
	}
		
a.text {color:#FFFFFF; text-decoration: none; font-family: arial; font-size: 12px; font-weight: bold;}
a.text:visited {color:#FFFFFF; text-decoration: none; font-family: arial; font-size: 12px; font-weight: bold;}
a.text:active {color:#FFFFFF; text-decoration: none; font-family: arial; font-size: 12px; font-weight: bold;}
a.text:hover {color:#FFFFFF; text-decoration: underline; font-family: arial; font-size: 12px; font-weight: bold;}
		
