body {
background-color: #580000;
}
H1  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	color: white;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
H2  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	color: white;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
H3  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: #b18181;
}
H4  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: #b18181;
}
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 13px; 
	font-weight: bold;
                font-style: italic;
	margin: 0;
	color: #b18181;
}
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 13px; 
	font-weight: normal;
                font-style: italic;
	margin: 0;
	color: #b18181;
}
.MenuItem, .MenuItemMouseOver {
	color: #b18181;
  padding-left: 10px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link, 
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link {
	color: #b18181;
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
  color: white!Important;
}
.currentItemHighlight {
  color: white;
}

.subhead{
 color: white;
}

.head{
 color: white;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
 color: white;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
 color: white;
}

A.CommandButton:visited  {
 color: white;
}

A.CommandButton:active   {
 color: white;
}

A.CommandButton:hover    {
    color: #ff0000;
}





