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

body {background-image:url(images/bg_new.jpg);
margin:0px;
}

table {font-family:verdana;

color:#6B5721;
font-size:12px;
text-align:justify;
}


a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #4C423C;
	}
	
	a:link {
		font-weight: bold;
		text-decoration: none;
		color: #4C423C;
	}
	
	a:hover {
	text-decoration: none;
		color: #4C423C;
	}
	
	a:active {
		color: #4C433D;
	}
	
