body,td,th {
	font-family: arial, verdana, trebuchet ms, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#222;
	}
	
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #222;
	}
	
a.textlink, a.textlink:visited {
	text-decoration: none;
	color: #222;
	border-bottom:1px solid #555; 
	padding-bottom:0.4px;
	}
	
a.textlink:hover, a.textlink:active {
	text-decoration: none;
	color: #222;
	border-bottom:1px solid #ff6c00; 
	padding-bottom:0.4px;
	}
	
a.navi, a.navi:visited {
	text-decoration: none;
	color: #222;
	}
	
a.navi:hover, a.navi:active {
	text-decoration: none;
	color: #222;
	border-bottom:1px solid #ff6c00; 
	padding-bottom:0.4px;
	}
 	
a.small {
	font-size: 9px;
	line-height: 15px;
	color: #222;
	text-decoration: none;
	}
	
::-moz-selection{
	background:#ff6c00;
	color:#FFF;
	}

::selection {
	background:#ff6c00;
	color:#FFF;
	}
