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

body {
	background-color: #000000;
	background-image: url(images/r.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td img {
	display: block;
}
.marged {
	padding: 15px;
	text-align: justify;
}
.Style1 {
	color: #EADA9C
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}