@charset "iso-8859-1";

/* ----------------------------- */
/* Global defaults               */
/* ----------------------------- */
a:link {color: blue}
a:link {text-decoration: none}
a:visited {color: blue}
a:visited {text-decoration: none}
a:hover {color: red}

body { 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif 
  width-x:  1024px;
  height:  800px;
  background-color_blue:  #2275D3;
  background-color:  #FFFFFF;
  xtable-layout: fixed;
}

.menu { 
	color: white; 
	x-font: 8pt verdana; 
	text-decoration: none;
}

a.menu:link {
	color: white;
}
a.menu:visited {
	color: white;
}
A.menu:hover { 
	text-decoration: underline;
}

.pageHeader { 
	background: #000080; 
	color: #FFFFFF; 
	font: 14pt Verdana; 
	padding: 4px; 
	padding-left: 6px; 
	text-decoration: bold; 
	width: 400px; 
	border-left: 10px solid #008000; 
	border-top: 4px solid #008000 
}

.pagefooter { 
	font: 8pt verdana; 
	color: #333333; 
	text-align: center;
	vertical-align: bottom;
}

table { 
	font: 10pt verdana; 
	xtable-layout: fixed; 
	xheight: inherit
}

.menu-x { 
	color: white; 
	font: 10pt verdana; 
	text-decoration: none
}

A.oldmenu:hover { 
	background: white; 
	color: #000080; 
	font: 10pt verdana; 
	text-decoration: none
}

td.mainbody { 
	padding-right: 14;
	height-x:  600px;
}

img.listitem { 
	vertical-align: top 
}

span.listitem { 
	text-indent: 90px 
}

xul { 
	list-style-image: url(images/icon-I64-bullet.gif); 
	vertical-align: text-top;
}

xli { 
	vertical-align: text-top;
}

html { 
	margin:0; 
	padding:0; 
	height:100%; 
	border:none
}

tr.ratesheader {
	background-color:  #008000;
	color: white;
	font-weight: bold;
}

td.ratesdata {
	color: #1717B5;
	font-weight: bold;
}

.smallfont {
  font-size: 8pt;
}

.white {
	color: #FFFFFF;
	font-weight: normal;
}

.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}

.lightbluehighlight {
	color: #5E9DDE;
	font-weight: bold;
}

.bluehighlight {
	color: #1717B5;
	font-weight: bold;
}

.smallbluehighlight {
	color: #1717B5;
	font-weight: bold;
    font-size:  8pt;
}

.greenhighlight {
	color: #008000;
	font-weight: bold;
}

.indent {
	padding-left:  20px;
}

.clientlist {
	list-style-type: circle;
}

.links {
	list-style-type: circle;
}
