A:link { text-decoration: underline; color: #333333; }
A:visited { text-decoration: underline; color: #333333; }
A:active { text-decoration: underline; color: #BA0000; }
A:hover {text-decoration: underline; color: #BA0000; }

A:link.menu { text-decoration: none; color: #333333; }
A:visited.menu { text-decoration: none; color: #333333; }
A:active.menu { text-decoration: none; color: #BA0000; }
A:hover.menu {text-decoration: none; color: #BA0000; }


font,body,td,b,table
{
	font-family: verdana;
	font-size : 10px;
	color: #333333;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table.border { 	border-color: #000000; border-style: solid; border-width: 1px; }
p.h1 { font-size: 14px; font-weight: bold; }

td.menuTop
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;

/*	padding-left: 7px;
	padding-right: 7px;
*/
	background-color: #ffffff;
}

td.menuSub
{
	font-family: verdana;
	font-size : 10px;
	color: #000000;

	padding-left: 5px;
	padding-right: 20px;

	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;

	background-color: #eeeeee;
}


