BODY {
	background : #F3F4E8;
	color : Black;
	margin: 0px;
}
A:LINK, A:ACTIVE, A:FOCUS, A:HOVER, A:VISITED {
	color : Maroon;
	text-decoration : none;
}
A.special {
	color : #993366;
	text-decoration : underline;
	font-weight : bolder;
}

TD.menu_title {
	background : Maroon;
	color : #F3F4E8;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : center;
}
TD.menu_element {
	background : #F3F4E8;
	color : Maroon;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : left;
}
TD.menu_sub_element {
	background : #F3F4E8;
	color : Maroon;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : left;
}
TD.news_title {
	background : Teal;
	color : #F3F4E8;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : left;
}
TD.news_body {
	background : #F3F4E8;
	color : Maroon;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : justify;
}
TD.common_title {
	background : Teal;
	color : #F3F4E8;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : left;
}
TD.common_body {
	background : #F3F4E8;
	color : Maroon;
	font : smaller "Microsoft Sans Serif", sans-serif;
	text-align : justify;
}

