/*Cross Browser Compatibility CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

a img, :link img, :visited img {
	border: 0;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/*END Cross Browser Compatibility CSS*/

/* General CSS styles */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

.mx-iframeCenter {
	width:1010px;
	margin: 0 auto;
}

/* END General CSS styles */

/*CSS Header Elements*/

#mx-header 
{
	padding-top: 10px;
	margin: 0px;
	margin-bottom: 15px;
	border: none;
}

#mx-header img.mx-logo 
{
	margin: 20px 0 0 0;
	float: left;
}

#mx-top-ads 
{
	width: 728px;
	height: 90px;
	border: 0px;
	margin-left: 255px;
}

/*END CSS Header Elements*/

