body {
	font-family: sans-serif;
}
td, th {  
	border-style:solid; 
	border-color:#000000; 
	border-width:1px; 
	padding: 3px;
	}
	
th {text-align: left;
	}
	
img
{  border-style: none;
}

p.toggler a.inactive {
    border-bottom: 1px dashed #0055CC;
    color: #0055CC;
    cursor: pointer;
    padding: 0 2px;
}
p.toggler a {
    color: #0055CC;
    text-decoration: none;
}
p.toggler a.active {
    color: #000000;
    cursor: default;
	background-color: #EBEBCF;
}