* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

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


body, td, th {
    font-size: 12px;
	font-family: 'arial', 'helvetica', sans-serif;
	color: black;
}

a, a:HOVER, a:ACTIVE {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:HOVER {
	color: #FFF;
	text-decoration: underline;
}