/* Common Properties */
BODY {
	font-family : arial, helvetica, sans-serif;
	color : #555555;
	font-size : 9pt;	
	}
.bg01 {
	background : #ffffff;
	}

/* --//  CSS detect Properties  //-- */
.td, ul, li, p {
	font-family : arial, helvetica, sans-serif;	
	font-size : 9pt;
	color : #555555;	
	}

/* Body Link Properties */ 
A:LINK {
	color : #990000;
	text-decoration : none;
	}
A:VISITED {
	color : #cd5c5c;
	text-decoration : none;
	}
A:ACTIVE, A:HOVER {
	color : #cd5c5c;
	text-decoration : underline;
	}

/* Footer HOME Link Properties */
.footerhome {
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color: #999999;
	}
A.footerhome:visited, A.footerhome:link {
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color: #999999;
	text-decoration: none;
	}
A.footerhome:hover, A.footerhome:active {
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color: #999999;
	text-decoration:none;
	}

/* Footer Link Properties */
.footer {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color: #555555;
	}
A.footer:visited, A.footer:link {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color: #555555;
	text-decoration: underline;
	}
A.footer:hover, A.footer:active {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color: #333333;
	text-decoration:underline;
	}
