@charset "UTF-8";

a:link {
	text-decoration: none;
	color: #cccccc;
}

a:visited {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}

a:active {
	text-decoration: none;
	color: #cccccc;
}

#menu {
	background:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	
}
td.menu:hover {
background:#0066ff;
}
#global {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
#content {
	background:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #cccccc;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	padding-right: 0px;
}

