body 
{
	background-color:#eee;
	margin: 5 0 0 0; 
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	}
* html body 
{
	/* This is a Tan hack...to make IE 5.5 Center */ 
	text-align:center;
	}
/* Element styles ----------------------------------------*/
table
{
	font-size: 12px;
}
/* Element styles requiring classes ----------------------*/
input, select
{
	font-family: Verdana;
	font-size: 12px;
	}
input.text, select.DropDownList
{
	width:100px;
	height: 18px;
}
select.DropDownList_Firms
{
	width:200px;
	height: 18px;
}
input.button, input.ReportButton
{
	height:20px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: Black;
}
select.DropDownList_Firms
{
	width:auto;
	}
/* Special Elements :) ------------------------------------*/
select.DGDropDownList
{
	width:160px;
}
..Label_Standout
{
	font-weight:bold;
}
/* Div styles ---------------------------------------------*/
#page
{
	margin: 0 auto;
	width:1000px;
	text-align: left;
	height: 100%;
}

#TopNav
{
	background-color:#afadc7;
	width: 100%;
}
#MainNav
{
	text-align: right;
	height: 20px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #fff;
	
	}
a.MainNav:Link, a.MainNav:Visited
{
	text-decoration: none;
	color: #fff;
	/* font-family: Verdana, Arial;
	color: #fff; */
}
a.MainNav:Hover, a.MainNav:Active, a.MainNav:Focus, a.MainNavSelected:Link,
a.MainNavSelected:Visited, a.MainNavSelected:Hover, a.MainNavSelected:Active
{
	text-decoration: none
	color:#000;
	background-color:#d0cfe9;
	}
#CurrentPage
{
	text-align: left;
	height: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	}

#SubNav
{
	background-color:#d0cfe9;
	font-family: Verdana, Arial;
	color: #000;
	text-align: left;
	}
a.SubNav:Link, a.SubNav:Visited
{
	text-decoration: none;
	color: #000;
	/* font-family: Verdana, Arial;
	color: #000;
#afadc7
	text-align: left; */
}
a.SubNav:Hover, a.SubNav:Active, a.SubNavSelected
{
	text-decoration: none;
	color: #fff;
	background-color: #afadc7;
}

#Content
{
	background-color:White;
	text-align: left;
	}
#Footer
{
	background-color:White;
	text-align: Center;
	font-family: Verdana, Arial;
	font-size: x-small;
	font-weight: normal;
	color: Gray;
	}
hr#footer
{
	color: #000;
	height: 2px;
	border: thin 2px #000;
}