body {
	background: url(images/bg.jpg) repeat-x;
	font-family: sans-serif;
        font-size: 12px;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
	
}

div, table, tr, td {
        font-family: sans-serif;
        font-size: 12px;
        margin: 0;
        padding: 0;
}


img {
	border: 0;
}
a {
	font-weight: bold;
        color:#5C5C5C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}




