@charset "utf-8";

a#toggle_all:hover {
   
    text-decoration: underline;
}
a#toggle_all:active {
  
    text-decoration: underline;
}
.question {
    margin: 10px 0 5px;
}
.question a:link, .question a:visited {
    background: url("/include/cascading-menu/images/arrow-rt.gif") no-repeat scroll 0  ;
    vertical-align:text-top;
    display: block;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.question a:hover {
   
    text-decoration: underline;
}
.question a:active {
  
    text-decoration: underline;
}
.open {
    margin: 10px 0 5px;
}
.open a:link, .open a:visited {
    background: url("/include/cascading-menu/images/arrow-dn.gif") no-repeat scroll 0  ;
   
    display: block;
    font-weight: bold;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.answer {
    
	display: none;
    margin: auto 0 30px 15px;
	border: 1px solid black; 
	background-color: rgb(204, 204, 204); 
	
}


.answer h3 {
    color: #003366;
}

.answer-open {
    display: block;
    margin: auto 0 30px 15px;
	border: 1px solid black; 
	background-color: rgb(204, 204, 204); 
	
}
a, a:active {
    outline: 0 none;
}
p{
	margin:5px;	
	}