/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	background-color: #CCCCCC;
}

td, th {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

a {
	color: #FF3300;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	font-family: Tahoma;
	color: #FF0000;
	font-size: 12px;
	cursor: hand;

}
img {
	border-width:0px;
}

.images a:hover img {
	border: 1px solid yellow;
	cursor: hand;
}

