/*************** SIDE MENU ***************/
td.sideMenu {
	padding	: 5px;
	width		: 130 px;
	height	: 380 px;
	background-color: #333333;
}

td.bodyPart {
	padding	: 5px;
	width		: 590 px;
}
td.bodyPart a:link {
	color       	: #000033;
	text-decoration : none;
}
td.bodyPart a:visited {
	color       	: #000033;
	text-decoration : none;
}
td.bodyPart a:hover {
	color       	: #990000;
	text-decoration : none;
}


td.small {
	font-size   : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	color				: #CCCCCC;
}
td.small a:link {
	color       	: #CCCCCC;
	text-decoration : none;
}
td.small a:visited {
	color       	: #CCCCCC;
	text-decoration : none;
}
td.small a:hover {
	color       	: #FFFFCC;
	text-decoration : none;
}

ul {
	font-size   : 10px;
	font-family : Verdana, Helvetica, sans-serif;
	color				: #000033;
}

td.darked {
	background-color: #333333;
	color				: #CCCCCC;
}