body
{
	color: #004166;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	scrollbar-face-color: #eff3d6;
	scrollbar-highlight-color: #eff3d6;
	scrollbar-shadow-color: #eff3d6;
	scrollbar-3dlight-color: #003265;
	scrollbar-arrow-color: #003265;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #003265;
}

/* div styles */
div
{
	text-align: center;
}

/* table styles */
table, td, p
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table.container
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

table.columntable
{
	height: 100%;
	width: 100%;
}

/* cell styles */
td.line
{
	background: #003265; height: 2px;
}

td.logocell
{
	width: 370px; padding-left: 10px;
}

td.logolinks
{
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 10px;
}

td.contentcontainer
{
	background: #eff3d6;
}

td.copyright
{
	font-size: 10px;
	text-align: left;
}

td.clock
{
	font-size: 10px;
	text-align: right;
}

td.columns
{
	padding: 5px;
	vertical-align: top;
}

td.column1
{
	vertical-align: top;
	width: 50%;
}

td.column2
{
	padding-left: 5px;
	vertical-align: top;
	width: 50%;
}

td.scene
{
	border-right: 1px solid #003265;
	vertical-align: top;
	width: 250px;
}

td.chapterlinkstitle
{
	text-align: center;
	word-spacing: 5px;
}

td.chapterlinks
{
	font-size: 10px;
	padding: 5px;
	text-align: center;
}

/* link styles */
a
{
	color: #003265;
	padding: 2px;
}

a:hover
{
	background: #003265;
	color: #ffffff;
}

/* misc styles */
.center
{
	text-align: center;
}

.pagetitle
{
	font-weight: bold;
	text-align: center;
}

hr
{
	color: #003265;
	height: 1px;
	width: 80%;
}

#AutoScrollContainer {position:relative; top:0px; left:0px; width:240px; height:308px; clip:rect(0,240,308,0); overflow:hidden; z-index:1; visibility:visible; background-color: #eff3d6; layer-background-color: #eff3d6; border: 1px solid #003265;}
#AutoScrollContent {position:relative; top:308px; left:0px; width:240px; visibility:visible;}
