* {
	margin: 0px;
	padding: 0px;
}
html {

}
* html #wrapper {
	height: 1%;
}
body,
body.mceContentBody {
	background: #ffffff;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
a {
	text-decoration: none;
	color: #e62100;
}
a:hover {
	text-decoration: none;
	color: #777777;
	background: transparent;
}
a img {
	border: none;
	background-color: none;
	display: block;
}
a:hover img,
a.shadowbox:hover img {
	background-image: none !important;
	background-color: none;
	border: none;
	opacity: 0.8;
}

/*
 --------------------------------------------------------------------------
 Tables
 --------------------------------------------------------------------------
*/

table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
tr {
	background: transparent !important;
}
td {
	padding: 8px;
	font-size: 11px;
	border: 2px solid #000000;
	background: #000000;
	vertical-align: middle;
}