body, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
a.sideMenuOff {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	}

a.sideMenuOn {
	background-color: #CBCBCB;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	}

td.main {
	background-color: #CBCBCB;
	background-image: url(images/index2_06.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #BF0000;
}