@charset "UTF-8";
/* CSS Document */

/*--------- Default ----------*/

body {
	padding:0px;
	margin:0px;
	background:url(../images/headerbg.png) repeat-x #fff; 
	
	font-family:Tahoma !important;
	font-size:12px;
	
	
}

html, body, td, div, input, select, textarea ,span{ 	
	font-family:Tahoma !important;
	
}

/*---------Link ----------*/
a, a:hover		{ text-decoration:none; 	font-family:Tahoma !important;}

