/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Trebuchet, Arial;
	font-size:13px;
	color:#666666;
}
.mainTable {
	width:690px;
	background-image:url(../img/bg-Table.jpg);
	background-repeat:no-repeat;
}
.menuTable {
	width:650px;
	background-image:url(../img/bgMenu2.jpg);
	background-repeat:no-repeat;
	/*height:60px;*/
	font-family:Trebuchet, Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.title {
	font-family:Trebuchet, Arial;
	color:#379B00;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:5px;
}
.menu:link, menu:visited {
	font-family:Trebuchet, Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.menu:link { 
	font-family:Trebuchet, Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu:visited { 
	font-family:Trebuchet, Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu:hover, a:active {
	font-family:Trebuchet, Arial;
	font-size:13px;
	font-weight:bold;
	color:#EAEAEA;
	/*text-decoration:underline;*/
	}


a:link, a:visited {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#379B00;
	text-decoration:none;
}

a:hover, a:active {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#c2c2c2;
	/*text-decoration:underline;*/
	}

