body {
	background-color: ffff99;
}

tbody.comparison {
    text-align: left;
    vertical-align: top;
}

tbody.comparison tr th, tbody.comparison tr.center {
    text-align: center;
}

tbody.comparison tr.right {
    text-align: right;
}

tr.odd {
	background-color: white;
}

tr.even {
	background-color: #5fffff;
}

th.wpwidth {
    width: 16%;
}

th.announce {
    width: 80pt;
    text-align: left;
}

table.links {
    border-spacing: 10px;
}

table.links tr {
    vertical-align: top;
}

table.links a {
    font-weight: bold;
}

table.links img {
    max-width: 200px;
    border: 0px;
}

#pageFrame {
    left: 10px;
    top: 10px;
    bottom: 10px;
	width: 750px;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

#header {
	position: relative;
	top: 5px;
	left: 5px;
	width: 740px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#logoBlock {
	width: 72px;
	height: 72px;
	float: left;
}

#logoBlock img {
    border: 0px;
}

#companyBlock {
	position: inherit;
	text-align: right;
	float: right;
	margin-bottom: 10px;
}

#companyBlock h1 {
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}

#companyBlock p {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#contentFrame {
	background-color: #6699ff;
	left: 5px;
	width: 740px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#sideMenu {
    float: left;
    margin: 0px;
    padding: 0px;
}

#info {
	background-color: ffff99;
    position: relative;
    text-align: left;
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 10px;
	width: 550px;
	font-size: 10pt;
}

#info h2 {
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
}

#info h3 {
    font-size: 14pt;
    font-weight: bold;
}

#info h4 {
    font-size: 12pt;
    font-weight: bold;
}

#info h5 {
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}

#info table {
    font-size: 10pt;
}

#info img {
    border: 0px;
    margin-left: 200px;
}

#question ol li {
    font-weight: bold;
    margin-bottom: 12pt;
}

#answer {
    border-top: 1px solid black;
}

#answer ol li {
    font-weight: bold;
    margin-top: 24pt;
}

#answer ol li p {
    font-weight: normal;
    margin-bottom: 12pt;
}

#answer h4 {
    font-size: 10pt;
    font-weight: bold;
}

#answer a {
    font-size: 8pt;
}

#footer {
	position: relative;
	left: 5px;
	bottom: 15px;
	width: 740px;
	margin: 30px 5px 10px 5px;
	padding: 20px 5px 10px 5px;
	clear: both;
}

#copyrightBlock {
    font-size: 8pt;
	text-align: center;
}

.navigation a {
	color: white;
	text-decoration: none;
}

.navigation a:hover, .subnavigation a:active {
	text-decoration: underline;
}

.navigation a.current {
	color: black;
}

.navigation a.submenu {
	color: gainsboro;
}

.navigation td {
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
}

.navigation {
	background-color: #6699ff;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

.navigation td.divider {
	color: #999999;
	padding-left: 0px;
	padding-right: 0px;
}

.trademark, .footnote {
    vertical-align: super;
    font-size: 60%;
    font-weight: bold;
}

.degree {
    vertical-align: super;
    font-size: 80%;
}

.intro {
    font-size: 14pt;
}

p.indent {
    margin-left: 36px;
}