/* CSS Document */
td,th {
	font-family: "Trebuchet MS";
	font-size: 12;
	color: #252525;
}
.style1 {
	color: #ff6600;
	font-weight: bold;
}
.style2{
	color: #3db800;
	font-weight: bold;
}
.style3 {
	color: #3db800;
	font-size: 16	;
	font-weight: bold;
}
A {
	color: #3db800;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
.style4 {
	text-decoration: underline;
}
.style5 {
	color: #F0F0F0;
}
	
