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

}
* html #wrapper {
	height: 1%;
}
body,
body.mceContentBody {
	background: #ffffff;
	color: #000000;
	font-family: proxima-nova;
    font-size: 14px;
}
a {
	background: transparent;
	color: #afcae5;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: #af0721;
	text-decoration: none;
}
a img {
	border: none;
	display: block;
}
a:hover img,
a.shadowbox:hover img {
	background-image: none !important;
	background-color: transparent;
	border: none;
	opacity: 0.8;
}
legend {
	display: none;
}
/*
 --------------------------------------------------------------------------
 Tables
 --------------------------------------------------------------------------
*/

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