a:link				{ color:#CC0000; text-decoration:none;  }
a:visited			{ color:#660000; text-decoration:none;  }
a:hover				{ color:#CC0000; text-decoration:underline;  }

h1,h2,h3,p,th,li	{ font-family:"Times New Roman", Times, serif; color:#000000; }
h1					{ font-size:200%; font-weight:lighter; line-height:20px; }
h2					{ font-size:150%; font-weight:lighter;}
h3					{ font-size:120%;  font-weight:bold; }
p,li				{ font-size:120%; line-height:20px; letter-spacing:0em; word-spacing:0em;}

hr					{ color:#000000; width:100%; height:1px; margin: 0 auto 0 0; }

table
.cont				{ border-color: #333333; border-style: inherit; border-width: 0px;	}
td					
.cont				{ border-color: #333333; border-style: invisible; border-width: 1px;	}
tr
.cont
tr.cont:hover 		{ background:#D8D8D8; color: black; }

tr.cont				{ hover:expression(this.onmouseover=new Function("this.style.background='#222222';"),this.onmouseout=new Function("this.style.background='';"));	}