@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; border:0;}

#printHeader {
	display:none;
	overflow:hidden;
	height:0px;
}

#content {
	position:absolute;
	left:50%;
	margin-left:-333px;
	top:145px;
	width:666px;
	height:324px;
	overflow:visible;
	/*background-image:url(images/flash.jpg) no-repeat;*/
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#dce3eb;
	color:#000;
}

a,a.visited,a.active {
	color:#000;
	text-decoration:none;
}

a.hover {
	color:#00b;
	text-decoration:underline;
}


#pagetop {
	margin:0 auto;
	width:760px;
	height:28px;
	/*
	background-image:url(images/back_header.jpg);
	background-repeat:no-repeat;
	*/
	z-index:1;
}
#wrapper {
	background-color:#FFFFFF;
	width:760px;
	background-image:url(images/back_content.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	margin:0 auto;
	margin-top:30px;
	padding-top:10px;
	overflow: visible;
	z-index:1;
}
#pagebottom {
	width:760px;
	height:14px;
	margin:0 auto;
	border-left:1px solid #bbb;
	background-image:url(images/back_footer.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#mmhide_titlebar {
	margin:0 auto;
	margin-top:5px;
	width:666px;
	height:75px;
}
.mmhide_title {
    float:left;
	width:222px;
	height:75px;
}
#mmhide_mainnav {
	margin-top:5px;
	margin:0 auto;
	width:666px;
	height:30px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-image:url(images/menudots.jpg);
	background-repeat:no-repeat;
	overflow:visible;
	z-index:400;
	clear:left;
}

#mmhide_marketnav {
	margin:0 auto;
	margin-top: 5px;
	width:666px;
	height:30px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-image:url(images/marketdots.jpg);
	background-repeat:no-repeat;
	clear:left;
	z-index:300;
}
#mmhide_movie {
	position:relative;
	margin:0 auto;
	margin-top:5px;
	width:666px;
	height:324px;
	z-index:1;
	background-image:url(images/flash.jpg);
}
#mmhide_footerupper {
	position:relative;
	margin:0 auto;
	margin-top:30px;
	width:666px;
	height:20px;
}
#mmhide_footer {
	position:relative;
	margin:0 auto;
	margin-top:-6px;
	width:666px;
	height:100px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
/*********** Text Styles *************/

.Normal {
	text-align:left;
	font-style:normal;
	font-size:10px;
}
.Heading1 {
	text-align:left;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
.Heading2 {
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
.Heading3 {
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#000000;
}
.Title {
	text-align:center;
	font-style:normal;
	font-weight:bold;
	font-size:25px;
	color:#000000;
}
.Emphasis {
	font-style:italic;
}
.Strong {
	font-weight:bold;
}