body					{
	margin:0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

#menuSystem			{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 190px;
	height: 578px;
}
#menuSystem table		{ font-family:Tahoma; font-size: 8pt; border-collapse:collapse;}
#menuSystem table	td	{ padding:0px; }

#mainTable table 		{ width: 190px; border:0px outset #336699; border-collapse:collapse; }
#mainTable th           	{padding-left: 3px; padding-right: 3px; width:200; text-align:left; color:#000099}
#mainTable table td 	{
	padding-left: 30px;
	padding-right: 3px;
	text-align:left;
	background-image: url(../images/background.png);
}

#mainTable a       		{ color: #005984 ; padding-left: 3px; padding-right: 3px; font-family: Tahoma; font-size: 8pt; text-decoration: none }
#mainTable a:link       	{ color: #005984 ; padding-left: 3px; padding-right: 3px; font-family: Tahoma; font-size: 8pt; text-decoration: none }
#mainTable a:hover      	{ color: #FFFFFF ; padding-left: 3px; padding-right: 3px; background-color:#003366; font-family: Tahoma; font-size: 8pt; text-decoration: none; display:block; }

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
