.dnnd{display:none;}
body {
	background-color: #FFffff;
}
table, tr, td, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
A
{
	color: #000000;

}
A:link, A:visited, A:hover, A:active
{
	color: #000000;
}
#header
{
	background-image: url(header/money.jpg);
}
#logo
{
	text-align: left;
	padding-left: 10px;
}
.logo
{
	text-align: right;
}
#subhead
{
	height:35px;
	background-image: url(graygrad.jpg);
}
#subheaddate
{
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(graygrad.jpg);
	text-align:right;
	padding-right: 10px;
}
.date
{
	color: #666666;
}
#subheadreg
{
	background-image: url(graygrad.jpg);
	text-align:left;
	padding-left: 10px;
}
.login A:link, A:visited, A:active, A:hover
{
	color: #000000;
	text-decoration:none;
}
#menu
{
	vertical-align: top;
	background-color: #ffeb3f;
}
#footer
{
	height:35px;
	background-image: url(graygrad.jpg);
}
#footercopy
{
	background-image: url(graygrad.jpg);
	text-align: left;
	padding-left: 10px;
}
.copyright A:link, A:visited, A:hover, A:active
{
	color: #000000;
	text-decoration:none;
}
.LeftPane  { 
	cursor: hand; 
	background-color: #ffeb3f;
	padding: 10px;
}

 
.ContentPane {
	vertical-align:top;
	background-color: #ff9a09;
	padding: 10px;
	
}


.RightPane  { 
	cursor: pointer; 
	cursor: hand; 
	vertical-align:top;
	padding: 10px;
	background-color: #ffb533;

}

HR {
    display: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}


/* Main Menu */

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #e5e5e5;
	width:200px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	background-image: url(menubg.jpg); 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	margin-left: 10px;
	border-left: #000000 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #000000 0px solid;
	height: 35px;
	text-indent: 10px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-image: url(menubg.jpg);  
	background-color: #e5e5e5; 
	border-left: #000000 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15px; 
	height: 35px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #e5e5e5; 
	background-image: url(menubg.jpg); 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #ffb533; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family:  Arial, Helvetica, Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	height: 35px;
	text-indent: 10px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
	padding-right:5px;
	border-right: #000000 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	padding-right:5px;
	cursor: pointer; 
	cursor: hand;
}

