body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color: #DCE0E3;
}

.ShrinkTD
{
	font-size: 0px;
}

/*************/
/* Main Menu */
/*************/
.MenuItem
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	text-decoration: none;
}

.MenuItemSelected
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px; 
	color: #ED1B2D;
	text-decoration: none;
}

/***********/
/* Content */
/***********/
.Header
{
	font-family: Verdana;
	font-weight: bold;
	color: #ED1B2D;
	font-size: 14px; 
}

.SubHeader
{
	font-family: Verdana;
	font-weight: normal;
	color: #606060;
	font-size: 10px; 
}

.Introduction
{
	font-family: Verdana;
	font-weight: bold; 
	color: #606060;
	font-size: 10px;
}

.Text
{
	font-family: Verdana;
	font-weight: normal;
	color: #606060;
	font-size: 10px; 
	line-height: 16px;
}

.Link
{
	font-family: Verdana;
	font-weight: bold;
	color: #00529B;
	font-size: 10px; 
	text-decoration: none;
}

.LinkRed, A
{
	font-family: Verdana;
	font-weight: bold;
	color: #ED1B2D;
	font-size: 10px; 
	text-decoration: none;
}

.Label
{
	font-family: Verdana;
	font-weight: bold; 
	color: #606060;
	font-size: 10px;
}

.MainTable
{
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	background-color: #FFFFFF;
}

.MenuTable
{
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
}

.TextBox
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;	
    height: 19px;
}

/**********/
/* Footer */
/**********/
.Footer
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #606060;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*************/
/* Tree Menu */
/*************/
.TreeMenuHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ED1B2D;
	margin-bottom: 10px;
}
.TreeMenu
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #606060;
	margin-left:0px;
	margin-bottom: 10px;
	text-decoration: none;
}

.TreeMenuItem
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #606060;
	text-decoration: none;
}

.TreeMenuItemSelected
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
}

.TreeMenuNodeListItem
{
	margin-top: 6px;
}

.TreeMenuLeafListItem
{
	margin-top: 6px;
}

/******************/
/* DefaultConsole */
/******************/
.DefaultConsole
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #E5E5E5;
	border: solid 1px #A7A9AC;	
}

.DefaultConsoleHyperLink
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
}

.DefaultConsoleHyperLink:hover
{
	text-decoration: underline;
}