/* base style */
html
{
	overflow: scroll;
}
table, form, ol, ul, img
{
	border: 0;
	padding: 0;
	margin: 0;
}
body, table
{
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:White;
	color: #333333;
}
body
{
	background-color:#3e5370;
}
#bodycell
{
	padding-left:10px;
}
table
{
	text-align: left;
	width: 100%;
}
#mainTable
{
	width: 758px;
	height: 100%;
}
#expanderCell
{
	height: 100%;
}
#sayingImage
{
	border-bottom: black 1px solid;
}
#disclaimer
{
	font-weight: bold;
	font-size: 0.65em;
	text-transform: uppercase;
	color: black;
	font-family: Monospace;
	font-variant: small-caps;
}
#heightExpander
{
	height: 100%;
}
.RowHeader
{
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
	width: 125px;
}
/* link styles */
a:link, a:visited
{
	color: #909090;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	border-bottom: #000000 2px solid;
}
a:hover.none
{
	border: 0;
}
/* nav styles */
#navlist
{
	padding-bottom: 5px;
	border-bottom: #000000 1px solid;
}
#navlist li
{
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: bold;
}
#navlist a
{
	margin-right: 10px;
	padding-bottom: 2px;
}
#bottomNav
{
	font-size: .85em;
	border-top: #000000 1px solid;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #000000 1px solid;
	text-align: center;
}
#navlist a.current, #bottomNav a.current
{
	color: #000000;
	border-bottom: #000000 2px solid;
}
/* table styles */
td
{
	vertical-align: top;
}
/* utility styles */
.center
{
	text-align: center;
}
