BODY
{
	font: normal 9pt/14pt Arial, sans-serif;
}

TD
{
	font: normal 9pt/14pt Arial, sans-serif;
}

P
{
	font: normal 9pt/14pt Arial, sans-serif;
}

/***************** Left Hand Side Navigation *****************/

TABLE.LHSNavigation
{
}

TABLE.LHSNavigation TD
{
	color: black;
	font: normal 9pt Arial, sans-serif;
	border-bottom: 1px solid white;
	height: 28px;
}

TABLE.LHSNavigation TD.Selected
{
	color: #3366cc;
	background-color: white;
	font: normal 9pt Arial, sans-serif;
	width: 100%;
	padding: 4px;

	padding: 0px;
	padding-left: 4px;
	height: 28px;
}

TABLE.LHSNavigation TD A
{
	color: black;
	font: normal 9pt Arial, sans-serif;
	text-decoration: none;
	width: 100%;
	padding: 4px;
}

TABLE.LHSNavigation TD A:hover
{
	color: white;
	background-color: #cc3300;
	font: normal 9pt Arial, sans-serif;
	text-decoration: none;
	width: 100%;
	padding: 4px;
}

/***************** Bottom Navigation *****************/

TABLE.BottomNavigation
{
}

TABLE.BottomNavigation TD
{
	color: white;
	padding: 4px;
	font: normal 8pt Arial, sans-serif;
}

TABLE.BottomNavigation TD A
{
	color: white;
	text-decoration: none;
	font: normal 8pt Arial, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
}

TABLE.BottomNavigation TD A:hover
{
	color: white;
	text-decoration: underline;
	font: normal 8pt Arial, sans-serif;
}


/***************** Section Navigation *****************/

TABLE.SectionNavigation
{
	background-image: url(images/sectionbg.jpg);
	background-repeat: repeat-x;
}

TABLE.SectionNavigation TD
{
	color: white;
	font: normal 8pt Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	border-bottom: 3px solid gainsboro;
}

TABLE.SectionNavigation TD.Selected
{
	color: black;
	font: normal 8pt Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	background-color: white;
	border-bottom: 0px;
}

TABLE.SectionNavigation TD A
{
	color: white;
	font: normal 8pt Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-decoration: none;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

TABLE.SectionNavigation TD A:hover
{
	color: white;
	background-color: #993300;
	font: normal 8pt Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-decoration: none;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
