/**********************************

Use: Reset Styles for all browsers

***********************************/
	
dl dd {
	margin-left: 10px;
}

dt {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;
padding-top: .75em;
text-decoration: underline;
font-style: italic;
margin-left: 2em;
margin-top: 1em;
}

dt:hover {cursor:pointer}

dl {
	margin: 5px;
}

.highlight {
	border: 5px dotted #333;
}

.error {
	background-color: #fee;
}
