/* CSS Document */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: 6699cc;
}

td.zag{
 background-image:url(images/zag.jpg);
 background-repeat :repeat-y;
 }
 
td.menu{
  font-size: 11px;
  font-weight: bold;
  }
  
td.active{
  font-size: 11px;
  font-weight: bold;
  background-image:url(images/menu.jpg);
  background-repeat :repeat-y;
  }
  
h6{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: 6699cc;
}
 
a:link {
    color: 6699cc;
	text-decoration: none;
	border: none;

}
a:visited {
    color: 6699cc;
	text-decoration: none;
	border: none;

}
a:hover {
color: 99ccff;
	text-decoration:none;
}
a:active {
	text-decoration: none;
}

