a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
.body
{
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: rgb(173,214,255);
	color: rgb(0,0,102);
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
	font-family:Cataneo BT; text-align:center
}
h2
{
	color: rgb(0,153,51);  text-align:center
}
h3
{
	color: rgb(204,51,51);  text-align:center
}
h4
{
	color: rgb(51,0,204); text-align:center
}
h5
{
	color: rgb(0,153,51); text-align:center
}
h6
{
	color: rgb(204,51,51); text-align:center
}
#mainMenu {
  background-color: #79BDFF;
  border: 1px solid #79BDFF;
  color: #000;
  width: 153px;
}

#menuList {
  margin: 0px;
  padding: 10px 0px 10px 10px;
}

li.menubar {
  background: url(/images/plus.gif) no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  list-style: none outside;
}

.menu {
  display: none;
  margin-left: 2px;
  padding: 0px;
  color: #000;
}

.menu li {
  background: url(/images/square.gif) no-repeat 0em 0.3em;
  list-style: none outside;
}

a.actuator {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
}

a.actuator:hover {
  text-decoration: underline;
}

.menu li a {
  background-color: transparent;
  color: #666666;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
}

.menu li a:hover {
  border-bottom: 1px dashed #000;
}

span.key {
  text-decoration: underline;
}
.imf
{
 background-color:#79BDFF
}
td.nav
{
 background-color:#79BDFF;
 vertical-align:top;
}

