





td.border_lt_rt_top { 
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}

td.border_top { 
	border-top: solid 1px #000000;
}

td.border_all { 
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

table.border {border-style:ridge; border-color:#000000; border-width:1px; border-collapse:collapse}

A:link {color: #0000FF; text-decoration: underline}
A:visited {color: #0000FF; text-decoration: underline}
A:active {color: #FF0000; text-decoration: underline}
A:hover {color: #FF0000; text-decoration: none}