BODY
{
  COLOR                 : #57381F;
  FONT-FAMILY           : Verdana;
  FONT-SIZE             : 10pt;
}

TABLE,TBODY,P,PRE,TR,TD,LI,UL
{
  FONT-FAMILY           : Verdana;
  FONT-SIZE             : 10pt;
}


B
{
  COLOR                 : #57381F;
  FONT-WEIGHT           : Bold;
}


H1
{
  COLOR                 : #57381F;
  FONT-STYLE            : Italic;
  FONT-WEIGHT           : Bold;
  FONT-SIZE             : 16pt;
}

H2
{
  COLOR                 : #57381F;
  FONT-STYLE            : Italic;
  FONT-WEIGHT           : Bold;
  FONT-SIZE             : 14pt;
}

H3
{
  COLOR                 : #57381F;
  FONT-STYLE            : Italic;
  FONT-WEIGHT           : Bold;
  FONT-SIZE             : 12pt;
}

INPUT
{
  COLOR                 : #57381F;
  FONT-FAMILY           : Verdana;
  FONT-SIZE             : 7pt;
}

TEXTAREA
{
  COLOR                 : #57381F;
  BORDER                : 1px solid;
  FONT-FAMILY           : Verdana;
  FONT-SIZE             : 7pt;
}

BUTTON
{
  FONT-WEIGHT           : Bold;
}

SELECT
{
  COLOR                 : #57381F;
  FONT-FAMILY           : Verdana;
  FONT-SIZE             : 7pt;
  BORDER                : 1px solid;
}


A
{
  COLOR                 : #57381F;
   TEXT-DECORATION      : none;
}

A:link
{
  COLOR                 : #57381F;
   TEXT-DECORATION      : none;
}


A:visited
{
  COLOR                 : #57381F;
}

A:hover
{
  COLOR                 : #000000;
   TEXT-DECORATION      : underline;
}


.MenuList {
	font-family: Verdana;
	font-size: 11px;
	color: #0706F7;
	}

.MenuList:link { 	
	color: #0706F7; 
	text-decoration	: none;
	}

.MenuList:visited { 
	color: #0706F7; 
	text-decoration	: none;
	}

.MenuList:active { 
	color: #0706F7; 
	text-decoration	: none;
	}

.MenuList:hover {
	text-decoration: none;
	background-color: #EBB52E;
	width: 100%;
	height: 100%;
}