body
{
    background-color: #FFFFFF;
    color: #043074;
    font-family: Verdana,  Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited
{
}

a:hover
{
	text-decoration: underline;
}

/************** header tag styles **************/

h1
{
	font-size:large;
	font-variant:small-caps;
	text-align:center;
}

h2
{
	font-size:larger;
}

tr.menuBar
{
	margin: 0px;
	padding: 0px;
	background-image: url('../images/menu/menuBackground.gif');
	height: 26px
}

td.content
{
	padding-left:40px;
	padding-top:30px;
}

/* new menu styles: */

.menu
{ 
	position: absolute; 
	visibility: hidden; 
	background-color: #999999; 
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding:5px; top:207px; 
	background-image:url('../images/menu/glblnav_selected.gif'); 
	border-left-color:b5bdbf; 
	border-right-color:b5bdbf; 
	border-bottom-color:b5bdbf
}

a.glink, a.glink:visited
{
    font-size: 100%;
	color: #043074;
	border-left: 1px none; 
	border-top: 1px none; 
	border-right: 1px none;
	text-decoration:none;
	font-weight: bold;
	margin: 0px;
	background-image:url('../images/menu/background.gif');
	height:25px;
    line-height: 150%; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:4px
}

a.glink:hover
{
    font-size: 100%;
	color: #043074;
	border-left: 1px none; 
	border-top: 1px none; 
	border-right: 1px none; 
  	background-image:  url('../images/menu/glblnav_selected.gif');
	text-decoration: none;
	height:25px;
	line-height: 150%; border-bottom-color:#043074
}

.menuBackground
{ 
	background-image:url('../images/menu/background.gif');
}

tr.tariffHeader
{
	font-weight:normal;
	font-style:italic;
}

.menuItemHover
{
  	background-image:  url('../images/menu/glblnav_selected.gif');
	text-decoration: none
}