table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin: 0px;
	padding: 0px;
}

#MENU-TITLES {
	font-size: 12px;
	color: #666666;
	padding-left: 8px;
	margin-bottom: 1px;
	height: 20px;
	line-height: 26px;
	padding-bottom: 0px;
}
#MENU-LINKS {
	margin-bottom: 4px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
}
#MAIN-CONT {
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}

a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
