table.navbar
{
  font-size:	8pt;
  margin:	0px;
  padding:	0px; 
  border:	2px solid black; 
  font-weight:	bold;
  width:	694px;
  border-spacing: 0px;
}

table.content
{
  width:	694px;
  background:	black;
}


tr.content
{
  background:	#f5f5f5;
  margin:	0px;
  padding:	0px;
}


td.menuNormal
{
  padding:		0px;
  color:		white;
  font-weight:		bold;
  vertical-align: 	top;
  text-align:		center;
  background-color: 	#ffb591;
  font-family:		Arial;
  font-size:		10pt;
}

td.menuHover
{
  padding:		0px;
  color:		black;
  font-weight:		bold;
  vertical-align: 	top;
  text-align:		center;
  background-color: 	#f5f5f5;
  font-family:		Arial;
  font-size:		10pt;
}

div.menuNormal
{
  display:	none;
  height:	400px;
  width:	694px;
  padding:	0;
}


div.menuHover
{
    border:		1px solid #e6e6fa;
    background-color: 	white;
    display:		inline;
    height:		400px; 
    width:		694px; 
    padding:		0;
}

div.messageHeadNormal
{
  display:	none;
  border: 	2px solid black;
  width:	685px;
  padding-left:	5px; 
}

div.messageHeadHover
{
  display:	block;
  border: 	2px solid black;
  width:	685px;
  padding-left:	5px; 
}

div.messageBodyNormal
{
  display:	none;
  border: 	2px solid black;
  width:	690px;
  padding:	0px; 
  margin:	opx;
}

div.messageBodyHover
{
  display:	block;
  border: 	2px solid black;
  width:	690px;
  padding:	0px; 
  margin:	opx;
}

a.menuHover
{
  text-decoration:	none;
  font-face:		Arial;
  font-size:		10pt;
  font-weight:		normal;
  vertical-align: 	top;
  text-align:		center;
  color:		black;
  display:		block;
  background-color:	#f5f5f5;
}

a.menuNormal
{
  text-decoration:	none;
  font-face:		Arial;
  font-size:		10pt;
  font-weight:		normal;
  vertical-align: 	top;
  text-align:		center;
  color:		white;
  display:		block;
}

a.menuitem:link
{
  text-decoration:	none;
  color:		black;
  background-color:	white;
  display:		block;
}

a.menuitem:visited
{
  text-decoration:	none;
  color:		black;
  background-color:	white;
  display:		block;
}


a.menuNormal:hover
{
  text-decoration:	none;
  color:		#f5f5f5;
  /*background-color:	#191970;*/
  background-color:	#70C2eb;
  font-weight:		bold; 
  display:		block;
}



a.menuitem:active
{
  text-decoration:	none;
  color:		black;
  font-color:		black;
  background-color:	#e6e6fa;
  display:		block;
}
