
/* Main Body Properties  */
html, body, tr, td {
   font-family : Arial, Helvetica, sans-serif;
	 color : 333333;
   font-size : 10pt;
}
.copy {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 10pt;
	 font-weight : normal;
}
.head1 {
   font-weight : bold;
}
.footer {
   font-family : Arial, Helvetica, sans-serif;
   color : #666666;
   font-size : 8pt;
   font-style : underline;
   font-weight : normal;
}

/*LINK PROPERTIES*/

/* Body Link */
A:link, A:visited, A:active {  
	text-decoration : underline;
}
A:hover {
	text-decoration : underline;
}
/* Footer Link */
A.footer:link, A.footer:visited, A.footer:active {
	color : #666666;
	text-decoration : underline;
}
A.footer:hover {
	color : #666666;
	text-decoration : none; 
}


