/*** global styles ***/
body {
    color: #000000;
	background-color: #FFFFFF;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
p,dl,ul,ol,li {
    margin-top: 0px;
    margin-bottom: 1em;
}
.headline {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #000000;
}
.subhead {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
img {
    display: none;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
}
dt {
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
dd {
    margin: 0px 0px 10px 20px;
}
ul {
	margin-left: 10px;
	padding-left: 1.5em;
	list-style-type: disc;
}
ol {
	margin-left: 10px;
	padding-left: 1.5em;
	list-style-type: decimal;
}
li {
    margin-left: 14px;
}
.quoteLeft {
    float: left;
    margin: 0px 20px 10px 0px;
    color: #3C9481;
    padding: 1em;
    width: 200px;
    font-style: bold;
    font-size: larger;
    border: 3px solid #3C9481;
}
* html .quoteLeft {	/* IE6 bug override */
	display: inline;
}
.quoteRight {
    float: right;
    margin: 0px 0px 10px 20px;
    color: #3C9481;
    padding: 1em;
    width: 200px;
    font-style: bold;
    font-size: larger;
    border: 3px solid #3C9481;
}
* html .quoteRight {	/* IE6 bug override */
	display: inline;
}
.quoteFull {
    margin-bottom: 10px;
    color: #3C9481;
    font-style: bold;
    font-size: larger;
    padding: 1em;
    border: 3px solid #3C9481;
}
.quoteFullRev a:link, .quoteFullRev a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.quoteLeft p, .quoteRight p, .quoteFull p {
    margin-bottom: 0;
}
.quoteLeftRev p, .quoteRightRev p {
    margin-bottom: 0;
}
.pdf {
    margin: 0 6px 0 6px;
}
.footnote {
    font-size: smaller;
}

/*** Main table layout ***/
table.mainLayout {
	width: 800px;
	margin: 0 auto;	/* centers the main table */
	border: none;
	padding: 0px;
}
.contentColumn {
    width: 800px;
}
.contentTitle {
    position: relative;
    left: 28px;
    top: -4px;
    color: #000000;
    font-size: 12px;
    font-family: "Verdana", "Arial", sans-serif;
    font-weight: bold;
}
td.contentBezel {
    padding: 0px;
}
td.contentMain {
    padding: 0px 23px 10px 28px;
}

/*** Side Navigation menu ***/
.navColumn {
    width: 0px;
}
.navMenu {
    display: none;
    width: 0px;
}
.bezelText {
    display: none;
}

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