body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position: right -150px;
}


.Head   {
    font-size: 14px;
	font-weight: bold;
	color: #6F3011;
	font-family: Arial, Helvetica, sans-serif;
}


.MainMenu_RootItem {
	font-size: 14px;
	font-style:bold;
	font-family: Arial, Helvetica, sans-serif;
	 CURSOR: hand; 
	 COLOR: #002D18; 
	
}




.MainMenu_MenuItem {
	font-style:bold;
	font-family: Arial, Helvetica, sans-serif;
	 CURSOR: hand; 
	 COLOR: #ffffff;
	 border-right: 1px solid #c7930b;
	 border-left: 1px solid #c7930b;
	 border-bottom: 1px solid #c7930b;
	border-top: 1px solid #c7930b;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #c7930b;
	text-align: center;
	width: 15px;
	height: 15px;
	 border-right: 1px solid #c7930b;
	 border-left: 1px solid #c7930b;
	border-bottom: 1px solid #c7930b;
	border-top: 1px solid #c7930b;
}




.MainMenu_MenuBar {
	CURSOR: hand; HEIGHT:25px ; background-color: #c7930b;
	border-right: 1px solid #c7930b;
	 border-left: 1px solid #c7930b;
	 border-bottom: 1px solid #c7930b;
	border-top: 1px solid #c7930b;
}
.MainMenu_MenuContainer {
	BACKGROUND-COLOR: #c7930b;
	 border-left: 1px solid #c7930b;
	border-right: 1px solid #c7930b;
}
.MainMenu_MenuItemSel {
	font-weight: bold;
	color: #6F3011;
	 CURSOR: hand;
	 BACKGROUND-COLOR: #c7930b;
	 border-right: 1px solid #c7930b;
	 border-left: 1px solid #c7930b;
	 border-bottom: 1px solid #c7930b;
	border-top: 1px solid #c7930b;
}

.MainMenu_SubMenu {
	 Z-INDEX: 1000;   CURSOR: hand; COLOR: #ffffff; 
	 BACKGROUND-COLOR: #c7930b;
	 border-right: 1px solid #c7930b;
	 border-left: 1px solid #c7930b;
	 
}



.SkinObject {
   font-family: Arial, Helvetica, sans-serif;
    color: #6F3011;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#6F3011;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#6F3011;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#6F3011;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#c7930b;
}


.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #6F3011;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #6F3011;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #6F3011;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #c7930b;
}


A{
font-weight: bold;
}

A:link  {
    text-decoration:    none;
    color:  #6F3011;
}

A:visited   {
    text-decoration:    none;
    color:  #6F3011;
}

A:active    {
    text-decoration:    none;
    color:  #6F3011;
}

A:hover {
    text-decoration:    underline;
    color:  #c7930b;
}


.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

.copyright
{
  font-family: Arial, Helvetica, sans-serif;
    color: #6F3011;
	font-size: 11px;
    text-decoration: none;
}