/* CSS Document */

body, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


a:link, a:visited {
	color: #C7E7F8;
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#leftNav {
	font-size: 15px;
	font-weight: bold;
	color: #eee;
}

#leftNav a:link, #leftNav a:visited {
	color: #eee;
}

#leftNav a:hover {
	color: #000;
	text-decoration: underline;
}

.nav {
	font-size: 12px;
}

.links {
	color: #fff;
	font-size: 12px;
}

.links a:link,
.links a:visited {
	color: #fff;
	text-decoration: none;
}

.links a:hover {
	color: #C7E7F8;
	text-decoration: underline;
}