body, td {
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
}

A { 
 color:#1177aa;
 text-decoration:none; 
}

A:hover { 
 text-decoration:underline;
}

A.menu { 
 text-decoration:none; 
 font-weight: bold; 
 font-size: 16px ;
}

A.menu:link, A.menu:visited, A.menu:active{ 
 color: white; 
}


ul { 
 list-style: disc; 
 color: #000000;
}

li {
 color: #000000 ;
 padding-top: .2em;
 padding-bottom: .2em;
}

li img { 
 vertical-align: middle; 
}

h1 {  
 font-weight: bold;
 font-size: 16px; 
 color: #d67516;
}

h2 { 
 font-weight: bold; 
 font-size: 14px; 
 color: #999999;
}

h3 { 
 font-weight: bold; 
 font-size: 12px; 
 color: #d67516;
}

td.menu {
 text-align : center;
 background-color : #999999;
 color : #ffffff;
 font-weight : bold;
 cursor : pointer;
 font-size: 12px;
}

td.menuover {
 text-align : center;
 background-color : #aec6dc;
 color : #ffffff;
 font-weight : bold;
 cursor : pointer;
 font-size: 12px;
}

.open {
	display: block;
	}
.closed {
	display: none;
	}
