/* CSS Document */

img {
	text-decoration: none;
	border: none;
}
td {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #3F3E03;
	text-decoration: none;
	border: none;
}
.bot {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}
.bdr {
	border:1px #000000 solid;
	
}