/* -------------------------------------------------- 
				RESET CSS
----------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, a, em, 
font, img, strong, 
table,tbody, tr, th, td, form 
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
	color: #EAEAEA;
	font-size:11px;
	font-family:vadana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(v_files/contact_bg.png);
	background-repeat: no-repeat;
}
	a:link {
	color: #EAEAEA;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #EAEAEA;
	}
	a:hover {
	text-decoration: none;
	color: #51A602;
	}
	a:active {
	text-decoration: none;
	color: #EAEAEA;
}
