body,td,th {
  font-family: tahoma;
  font-size: 12px;
  color: #333333;
}
body {
  background-color: #A8B7CC;
}
a:link {
  color: #666666;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: #999999;
}
a:active {
  text-decoration: underline;
  color: #999999;
}
h1,h2,h3,h4,h5,h6 {
  font-family: arial;
	margin: 10px;
	font-weight: bold;
	color: #C8CACE;
}
ul {
  list-style-type: square;
}

table.d3 {
         background: #000000;
         border-width: 0px;

         border-color: #000000;
         border-style: solid;
      }

.menu_col {  
         background: #5B76A8;
         border-width: 0px;

         border-color: #000000;
         border-style: solid;
}

.top {  
         background: #5B76A8;
         border-width: 0px;

         border-color: #000000;
         border-style: solid;
}

.menu_item { 
        background-color: #CACCCF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 95%;
          
}