BODY {
	COLOR: #000;
	TEXT-ALIGN: center;
}

#header-left {
	display: none;
}
#header-right {
	display: none;
}
#header-center {
	display: none;
}
#menu {
	display: none;
}
#around-logo {
	display: none;
}
#cap4 {
	display: none;
}
#search_box {
	display: none;
}
#sidebar {
	display: none;
}
#breadcrumb {
	display: none;
}
#breadcrumb_mm5 {
	display: none;
}
.left {
	display: none;
}
.navigationBorder{
	display: none;
}
#header {
	display: none;
}

/* for Internet Explorer */
* html #header {
	display: none;
}

#content {
	top: 30px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

/* for Internet Explorer */

* html #content {
	width: 600px;
}

#footer {
	display: none;
}

#content h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	color: #333333;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	font-size: 10pt;
}

h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13pt;
}

A:link {
	TEXT-DECORATION: none;
	color: #0033CC;
}
A:visited {
	TEXT-DECORATION: none;
	color: #0033CC;
}
A:active {
	TEXT-DECORATION: none;
	color: #0033CC;
}
A:hover {
COLOR: #f00; TEXT-DECORATION: underline
}

.float_left {
	FLOAT: left; WIDTH: 50%
}
.float_right {
	FLOAT: right; WIDTH: 50%
}

.text {	
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13pt;
}
.textbold {
	font-weight: bold;
}