BODY, TD
{
	/* background: #5B5C5E; */
	background: black;
	font-family: verdana, arial, helvetica;
	color: white;
}

DIV.topSpacer
{
	height: 20px;
}

DIV.midSpacer
{
	height: 50px;
}

DIV.wholePage
{
	margin-left: 50px;
	width: 600px;
}

DIV.header
{
	text-align: center;
}

TABLE.topHeader
{
	text-align: center;
}
TABLE.topHeader TD.text
{
	/* background: #5B5C5E; */
	background: black;
	color: #E4B510;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
        font-size: 13pt;
}
TABLE.topHeader TD.stretch
{
}
TABLE.topHeader DIV.stretchblock
{
	background: #E4B510;
	margin-left: 5px;
	margin-right: 5px;
	height: 12px;
	font-size: 1pt;
}

DIV.subheader
{
	font-family: verdana, arial, helvetica;
	text-align: justify;
	font-size: 10pt;
	text-justify: distribute-all-lines;
}
DIV.subheader A, DIV.subheader A.normalCatName
{
	color: white;
	position: relative;
	text-decoration: none;
}

DIV.subheader A:hover
{
	color: white; /* color: #6699CC; */
	text-decoration: underline;
}

DIV.subheader A.selectedCatName
{
	color: #E4B510;
}

DIV.imageDescription
{
	margin-top: 20px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: white;
}

DIV.copyright
{
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
}

BODY.toolbar
{
	scrollbar-base-color: #E4B510;
	scrollbar-highlight-color: #E4B510;
	scrollbar-shadow-color: #E4B510;
	scrollbar-darkshadow-color: #D3A400;
	scrollbar-track-color: #999999;
}

DIV.toolbarCategory
{
	font-family: verdana, arial, helvetica;
	font-size: 11pt;
	color: #CCCCCC;
}

DIV.toolbarCategoryName
{
	font-family: verdana, arial, helvetica;
	font-size: 11pt;
	color: #CCCCCC;
	text-align: center;
}

DIV.navigation
{
	font-size: 13pt;
	font-weight: bold;
	margin-top: 10px;
}

DIV.navigation A
{
	color: #E4B510;
	text-decoration: none;
}

DIV.navigation A:hover
{
	color: #6699CC;
	text-decoration: underline;
}

DIV.text A
{
	color: #E4B510;
	text-decoration: none;
}

DIV.text A:hover
{
	color: #6699CC;
	text-decoration: underline;
}

