body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	padding: 5px;
	margin: 0px;
	
	background-color: #AFB0C5;	
	
	text-align: center;
}

/* MasterPage */
.WrapperMaster 
{
	background-color: #FFF;
	width: 100%;
}

.WrapperHeader 
{
	display: none;

}

.WrapperHeader .HomeImage 
{
	display: none;
}

.WrapperHeaderSub 
{
	display: none;
}

.WrapperHeaderSub .TextStyle
{
	display: none;
}

.WrapperHeaderSub .ButtonStyle
{
	display: none;
}

.WrapperFooter 
{	
	background-color: #FFF;

	border-top: 1px solid #AFB0C5;

	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

.HeaderMenu 
{
	display: none;
}

.WrapperSideBar 
{
	display: none;
}

/* Menu */
.MainMenuItem 
{
	display: none;
	padding: 10px;
}

.MainMenuItem a 
{
	text-decoration: none;
	color: #FFF;
}

.MainMenuItem a:hover 
{
	color: #FFFF80;
}

.WrapperSideBarRight 
{
	display: none;
}

.WrapperSideBarRight fieldset 
{
	color: #AFB0C5;
	text-align: left;
	font-family: Verdana;
	font-size: 7pt;
}

.WrapperSideBarRight fieldset a 
{
	color: #FFFFCC;
	text-decoration: none;
}

.WrapperSideBarRight fieldset a:hover
{
	color: #FFF;
	text-decoration: underline;
}

.WrapperSideBarRight legend 
{
	font-weight: bold;
	color: #FFF;
	padding-right: 5px;
}

.WrapperMainContent 
{
	padding: 8px;
	
	text-align: left;
	vertical-align: top;

	width: auto;
	
	border: 0px;
	
}

.WrapperMainContent p 
{
	padding-left: 10px;
	padding-right: 10px;
}

.WrapperMainContent .CategoryLink 
{

	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

.WrapperMainContent .CategoryLink a
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

.WrapperMainContent .CategoryLink:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.CategoryContentHeader 
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: "Arial Black";
	font-size: 20pt;
	color: #AFB0C5;
	vertical-align: bottom;
}

.CategoryContentHeaderDescription 
{
	text-align: left;
	font-size: 8pt;
	color: #333;
}

.CategoryContentHeaderTagLine 
{
	border-top: 1px solid #AFB0C5;

	padding: 0px;
	margin: 0px;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	color: #AAA;
	
	width: 100%;
}

.CategoryContentFooter 
{
	display: none;
}

.CategoryLabels 
{
	display: none;
}

.CategoryLabelLinks 
{
	font-size: 9pt;
}

.CategoryLabelLinks li 
{
	padding-bottom: 5px;
}

.CategoryLabelLinks a 
{
	color: #8689AA;
	font-weight: bold;
	text-decoration: none;
}

.CategoryLabelLinks a:hover 
{
	color: #353568;
}



.TableFormStyle 
{
	font-family: Arial;
	font-size: 9pt;
	width: 100%;
}

.TableFormStyle .TableItemHeaderStyle 
{
	color: #003366;
	font-size: 11pt;
	margin-top: 100px;
	background-color: #EEE;
	border-bottom: 1px solid #AAA;
}

.TableFormStyle .TableItemLabelStyle 
{
	width: 20%;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}

.TableFormStyle .TableItemItemStyle 
{
	text-align: left;
	vertical-align: text-top;
}

.TableFormStyle .TextBoxStyle 
{
	font-family: Arial;
	font-size: 8pt;
}

.TableFormStyle .DropDownStyle 
{
	font-family: Arial;
	font-size: 8pt;
}

.JumpMenuStyle 
{
	font-family: Tahoma;
	font-size: 7pt;
	width: 120px;
	background-color: #AFB0C5;
}

.SiteMapWrapper 
{
	font-family: Verdana; 
	font-size: 11pt;
	/* border: 1px solid #333; */
}

.SiteMapWrapper a 
{
	text-decoration: none;
	color: #0000FF;
}

.SiteMapWrapper a:hover
{
	color: #FF0000;
}

.SiteMapSection
{
	font-weight: bold;
}

.SiteMapContent 
{
	font-size: 10pt;
	padding-left: 20px;
}
