/* CSS for main page */
body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #777777;
	background-color: #333333 /* #131D23 #e0e2eb */;
	behavior: url("css/csshover.htc");
}
a, a:visited, a:active {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: red;
	text-decoration: none;
}




