/* custom stuff */
html {
 
}

body {
	margin: 0px 0px 0px 0px;
	background: #fff url(imgs/fons1.gif) repeat-x;
}

a:link, a:visited {
	color: #F48115; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #E89C0F;	
	text-decoration: underline;
	font-weight: normal;
}

div, p,  table, td, th {
	font-size: 11px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color: #666;	
	}

	.small {
	font-size: 10px;
	}

