/* CSS Document */

body {
	background-color: #B8C9E0;
}

td {
	font-family: Tahoma;
	font-size: 12px;
}

td A {
	text-decoration: none;
	color: #275893;
	width: 100%;
	float: left;
}

td A:hover {
	background-color: #275893;
	color: #ffffff;
	width: 100%;	
	float: left;
}

.Title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
