/* Dynamic Scrolling Styles */
#divUpControl
{
	z-index: 1;
	left: 0px;
	width: 21px;
	position: relative;
	top: 0px;
	height: 18px;
	text-align: left;
}

#divDownControl
{
	z-index: 1;
	left: 0px;
	width: 21px;
	position: relative;
	top: 0px;
	height: 18px;
	text-align: left;
}

#divContainer
{
	left: 5px;
	visibility: hidden;
	overflow: hidden;
	width: 587px;
	clip: rect(0px 587px 330px 0px);
	position: relative;
	top: 0px;
	height: 330px;
	
}

#divContent
{
	left: 0px;
	position: absolute;
	top: 0px;
}
/* End of Dynamic Scrolling Styles ************************************************/


BODY
{
	margin:0px, 0px, 0px, 0px;
	background-color: #6B6B6B;
}
td 
{
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}
ul
{
	margin-top: 7px;
	margin-bottom: 7px;
	
}
a:link, a:visited, a:active
{
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}
a:hover
{
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}	
a.LeftNav:active, a.LeftNav:link, a.LeftNav:visited
{
	font-family:Tahoma;
	font-size: 11px;
	color: #44495D;
	text-decoration:none;
	font-weight: bold;
}
a.LeftNav:hover
{
	font-family:Tahoma;
	font-size: 11px;
	color: #D80901;
	text-decoration:none;
	font-weight: bold;
}
