/* Main CSS */

body {
	font-family: Candara, Trebuchet MS, Verdana, Geneva CY, Arial Black;
	font-size: 14px;
	background: #959EA7;
	margin : 1px;
}
table,td,th {
	font-family: Candara, Trebuchet MS, Verdana, Geneva CY, Arial Black;
	font-size: 14px;
	background: #FFFFFF;
	margin : 0px;
}
.menu {
	background:#E9E4FF;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}
.selected {
	background:#E9E4FF;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	color: #F90;
}
a:link {
	color: #069;
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}
