body
{
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}


TD
{
   FONT-SIZE: 10pt;
   FONT-FAMILY: helvetica, verdana, arial ;
}

a
{
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
}

a:hover
{
	color: #000000;
}

p
{
	font-size: 75%;
	font-weight: normal;	
}

td.mylargetd
{	
	color: #FFFFFF;	
	font-family: arial;
	font-size: 380%;
	white-space: nowrap;
	font-weight: bold;
}

/*********** =Menu - drop down **********/
table.menuTable
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 75%;		
}

table.menuTable td
{
	padding: 0px;
	border-bottom: 1px solid #999999;
}

.menuTable td.unsel
{
	background-color: #B4C4DD;
}

.menuTable td.selarea
{
	background-color: #FFFFFF;
}
.menuTable td.sel
{
	background-color: #B72025;
}


.menuTable td.unsel a, .menuTable td.selarea a
{
	padding-left: 11px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("images/menu-bullet.gif") 4px 7px no-repeat;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 150px;
}
.menuTable td.unsel a:hover,
.menuTable td.selarea a:hover
{
	color: #FFFFFF;
	background: url("images/menu-bullet-sel.gif") 4px 7px no-repeat;
	background-color: #CC0000;
}

.menuTable td.sel a
{
	padding-left: 11px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("images/menu-bullet-sel.gif") 4px 7px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
}
.menuTable td.sel a:hover
{
	color: #FFFFFF;
	background-color: #B72025;
}

div.popupMenu
  {
    background-color:white;
    position: absolute;
    width:150px;
    visibility: hidden;
  }
/*********** =Menu **********/

table.leftmenu
{
	border-width: 1px;
	border-style: double;
	border-color: #6A7D91;
}
td.leftmenuitem
{
	border-style: none;
	border-bottom-color: #6A7D91;
	border-bottom-style: double;
	padding-left: 7px;
}
td.lastleftmenuitem
{
	border-style: none;
	padding-left: 7px;
}
table.menu
{
	background-color: #000000;
	border-top: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-color: #FFFFFF;
}
td.menuItem, td.menuItemSel
{
    font-family: arial;
	font-size: 70%;
	white-space: nowrap;	
	font-weight: bolder;
}

td.menuItem
{
	height: 5px;
	text-align: center;
	border-bottom: 0px solid #666666;
	border-top: 0px solid #666666;
}
td.menuItemSel
{
	text-align: center;
	padding: 5px 3px 5px 3px;
	border-bottom: 0px solid #666666;
	border-top: 0px solid #666666;
	background-color: #CC0000;
}
td.menuSpacer
{
	color: #0033E6;
}
td.menuItem-left
{
<!--	background-image: url("../images/header/menuItem-left.gif"); -->
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 6px;
}
td.menuItem-right
{
<!--	background-image: url("../images/header/menuItem-right.gif"); -->
	background-position: 100% 100%;
	background-repeat: no-repeat;
	width: 6px;
}

#menu a
{
	text-decoration: none;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
}
#menu a:hover
{
	color: #D9D9D9;
}
