img {border:0;}

/* Basic text */
hr, body, td, span, p, select, input {
	color: #666666;
	font-size: 11px; 	
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;	
} 

/* -- GENERIC LINK BEHAVIOUR -- */
a, a:link, a:visited, a:hover, a:active {
	color: #666666;
	font-size: 11px; 
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}
a:hover {color: #FF3300;}

a.web, a.web:link, a.web:visited, a.web:hover, a.web:active {
	color: #666666;
	font-size: 11px; 
	text-decoration : underline;
	font-weight : bols;
	font-family : Arial, Helvetica, sans-serif;
}
a.web:hover {color: #FF3300;}

/* -- NavOn links */
a.NavOn, a.NavOn:link, a.NavOn:visited, a.NavOn:hover, a.NavOn:active {
	color: #FF3300;
	font-size: 11px; 
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

/* Titles */
div .txtOrange, span .txtOrange {
	color: #FF3300;
	font-size: 12px; 	
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;	
} 

/* site/Contact.php */
input .Input {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 10px;
	width : 120px;
	height : 18px;
}
textarea .Input2 {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 10px;
	width : 320px;
	height : 60px;
} 
