/*** global styles ***/

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Arial MT", "Arial", sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
}
img, img.floatLeft, img.floatRight {
    display: none;
}

p, h1, h2, ul {
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {
	font-size: 10pt;
	color: #000000;
}
h2 {
	font-size: 9pt;
	color: #000000;
}

ul {
	margin-left: 0;
	padding-left: 1.5em;
	list-style-type: disc;
}

table {
	border-collapse: collapse;
	border: 0;
}
td {
	vertical-align: top;
	padding: 0;
}

/*** primary table structure ***/
table.masthead {
	display: none;
}

/*** logo ***/
td.logo {
	width: 0px;
}
td.n2 {
	width: 96px;
}
td.n2top {
	padding-top: 30px;
}
td.n2bottom {
	padding-bottom: 12px;
}


/* main content area */
table.mainContent {
	width: 800px;
	margin: 0 auto;	/* centers the main table */
}
td.mainLeft {
    display: none;
}

td.mainRight {
    background-color: #FFFFFF;
}
td.mainRight h1 {
	margin-bottom: 0;
}
div.mainRightText {
	padding: 0px 12px;
}

/*** navigation ***/
td.leftNav {
	width: 0px;
	display: none;
}
div.bottomLinks {
	display: none;
}
.headline_callout {
	color: #000000;
}
.comment_ital {
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
.bezelText {
	margin-top: 12px;
	color: #000000;
	font-weight: bolder;
	width: 100%;
	font-size: 10px;
}
.mainRight .bezelText {
    margin-left: 18px;
    margin-bottom: 30px;
}

/*** Bottom links ***/
td.bottomLinks {
	display: none;
}
