
* {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px 0px 0px 0px;
	background-color : #FFFFFF ;
	color : #000000;
  text-align: center;
}

img {
  border: 0px;
}

td,tr,p,div {
	font-size: 11px;
	color: #333333;
	}

  
h2 {
  margin-top: 0px;
  font-size: 20px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 18px;
}

h4 {
	color: #FF9900;
	font-size: 16px; font-weight: bold;
  margin-bottom: 6px;
	}

h5 {
	color: #FF9900;
	font-size: 14px; font-weight: bold;
  margin-bottom: 3px;
	}

h6 {
	color: #FF9900;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	color: #808080; text-decoration: none;
}

a:hover {
	text-decoration: underline;
  color: #FF6600;
}
  
a.contentpagetitle {
	font-weight: bold;
 	color: #808080;
	text-align:left;
}

a.contentpagetitle:hover {
  color: #FF6600;
}


hr {
	background-color: #FF9900;
  color: #FF9900;
  height: 1px;
  border: 0px;
  padding: 0px;
}


.contentheading {
	font-size: 13px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}


ul {

}

li {
	list-style: inside url(/images/arrow.png) 3px;
	list-style-image: url(/images/arrow.png);
	}


.overlay {
  display: none;
}

.section {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-full {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-info {
  font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 3px;
}

.article-section-link {
  margin-top: 10px;
}


#content-ext {
  position: relative;
  width: 780px;
  padding: 0px;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 780px;
  height: 152px;
  background-image: url('/images/mt_business_top.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#content {
  position: relative;
  width: 780px;
  background-image: url('/images/mt_business_back.png');
  background-repeat: repeat-y;
  background-position: top left;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#content-in {
  position: relative;
  padding: 0px;
  padding-left: 230px;
  padding-right: 30px;
  border: 0px;
  margin: 0px;
  min-height: 350px;
}

#bottom {
  width: 780px;
  height: 90px;
  background-image: url('/images/mt_business_bottom.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

#menu {
  position: absolute;
  left: 30px;
  top: 170px;
  width: 150px;
  padding: 15px;
  margin: 0px;
  border: 0px;
  background-image: url('/images/mt_menu_back.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  border-right: 3px solid #e6f2ff;
}

#menu-title {
  font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	background-color: #8a8a8a;
}

.menu-item-curr {
  font-weight: bold;
}

#footer {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#ie-fake {
  display: none;
}

