.td1 { 
	border-bottom : 0; 
	border-left : 0; 
	border-right : 1; 
	border-top : 0; 
	border-style : none solid none none; 
	border-color : black;
}
.td2 { 
	border-bottom : 0; 
	border-left : 0; 
	border-right : 0; 
	border-top : 1; 
	border-style : solid none none none; 
	border-color : black;
}
.td3 { 
	border-bottom : 1; 
	border-left : 1; 
	border-right : 1; 
	border-top : 1; 
	border-style : solid solid solid solid; 
	border-color : black;
}
.indent { 
	margin-left : 20px; 
}
.fonts { 
	font-size: 12px; 
}
a, a:visited, a:active {
	text-decoration: none; 
	color: Blue;
	font-weight: bold; 
}
a:hover {
	text-decoration: underline; 
	color: Blue;
	font-weight: bold; 
}
a.link1, a.link1:visited, a.link1:active { 
	text-decoration: none; 
	font-weight: bold; 
	color: Black; 
}
a.link1:hover { 
	text-decoration: none; 
	font-weight: bold; 
	color: White; 
}
a.link2, a.link2:visited, a.link2:active { 
	text-decoration: none; 
	font-weight: bold; 
	color: Silver; 
}
a.link2:hover { 
	text-decoration: none; 
	font-weight: bold; 
	color: White; 
}
a.link3, a.link3:visited, a.link3:active { 
	text-decoration: none; 
	font-weight: bold; 
	color: Black; 
}
a.link3:hover { 
	text-decoration: none; 
	font-weight: bold; 
	color: Gray; 
}
body { 
	font : Arial, Helvetica, sans-serif; 
	font-family : Arial, Helvetica, sans-serif; 
}
font { 
	font : Arial, Helvetica, sans-serif; 
	font-family : Arial, Helvetica, sans-serif; 
}
