﻿body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	background-color: #587993;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	border-collapse: collapse;
	border: none;
	background-color:#BCCAD6; 
	text-align: left;
	/*padding: 2px;*/
}

table.menubarbackground {
background-image: url("../images/menubarbackground.gif");
background-color: #FFFFFF;
border-top: solid #8A8A8A 0px;
border-bottom: solid black 2px;
}


td.embedded {
   border: none;
   padding: 1px;
   text-align: left;
}

td.menunavigation {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid solid solid solid;
	border-width: 1px;
	background:gray url(../images/menuoff.gif);
	height:19px;
	/*padding-bottom: 2px;
	padding-top: 2px;*/
}

td.menunavigation:Hover{
	font-weight: bold;
	font-size: 10pt;
	border-style: none solid none solid;
	border-width: 1px;
background:gray url(../images/menuon.gif);
}

td.menunavigationnew {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid solid solid solid;
	border-width: 1px;
	background:gray url(../images/menuon.gif);
	height:19px;
	/*padding-bottom: 2px;
	padding-top: 2px;*/
}

td.menunavigationnew:Hover{
	font-weight: bold;
	font-size: 10pt;
	border-style: none solid none solid;
	border-width: 1px;
background:gray url(../images/menuon.gif);
}


a:link, a:visited {
  text-decoration: underline;
  color: #000000;
  /*font-weight: bold;*/
}

a:hover {
  color: #420202;
}

a.normal:link, a.normal:visited {
        color: #000000;
        text-decoration: none;
}

a.normal:hover {
  text-decoration: none;
}
