A:visited {
	font-family : arial;
	font-size : 11px;
	text-decoration: none; 
	font-weight: normal;
    color: #000000;
	}
	
A:link {
	font-family : arial;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
	
A:hover {
	font-family : arial;
	font-size : 11px;
	text-decoration: none;
	color:#FF6600; 
	font-weight: normal;
	}
	
A:active {
	font-family : arial;
	font-size : 11px;
	text-decoration: none; 
	color:#000000; 
	font-weight: normal;
	}
	
td, input, select, Textarea {
	font-size : 11px;
	font-family : arial;
	color : #000000;
	}	

.tiny {
	font-family : arial;
	font-size : 10px;
	color : #000000;
	font-weight: normal;
	}
	
.lang {
	font-family : arial;
	font-size : 9px;
	color : #000000;
	font-weight: normal;
	}	
	
.pageheadline	{
	color: #000000;
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	}	
	
.bold	{
	color: #000000;
	font-family: arial;
	font-size:11px;
	font-weight:bold;
	}	

.boldHL	{
	color: #FFFFFF;
	font-family: arial;
	font-size:11px;
	font-weight:bold;
	}		
	
.boldfeed	{
	color: #FFFFFF;
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	}		
	
.pointer {
	cursor: pointer;
	}	
.defaultpointer {
	cursor: default;
	}	

td.m {
	font-family: Arial;
	font-size:11px;
	background-color: #FFFFFF;
	cursor: pointer;
	}
td.m:hover {
	background-color: #ECFAFF;
	}			
		
