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

}
* html #wrapper {
	height: 1%;
}
body,
body.mceContentBody {
	background: #ffffff;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
a {
	text-decoration: none;
	color: #a7cc42;
}
a:hover {
	text-decoration: none;
	color: #b0b0b0;
	background: #dddddd;
}
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 #15253b;
	background: #15253b;
	vertical-align: middle;
}