td.font_title {
	font-size: 13;
	color : #ffffff;
	font-style : normal;
	font-family : sans-serif;
	font : arial;
	font-weight:bold;
	padding-left : 2px;
}

td.nav {
	font-size: 12;
	color : Black;
	font-style : normal;
	font-family : sans-serif;
	font : arial;
	padding-left : 5px;
}

td.nav_title {
	font-size: 15;
	font-weight: bold;
	color : Black;
	font-style : normal;
	font-family : sans-serif;
	font : arial;
	padding-left : 5px;
}

a {
	font : arial;
	font-weight: bold;
	color : #ffffff;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color : #ffffff;
	text-decoration: blink;
	background-color : Gray;
}