@import url(general.css);
@import url(boxes.css);

.stdBox H4 {
	color: skyblue;
	margin: 0px 10px;
	padding: 5px;
	font-size: 9pt;
/*	opacity: 0.5;
	-moz-border-radius: 5px;
	background-color: #000;
*/	}
#supportIndex H4 {
	margin-bottom: 2px;
	}
#supportIndex H4:hover {
/*	background-color: #555;
*/	}
#supportIndex A {
	color: white;
	text-decoration: underline;
	}
#support DIV.hr {
	margin-top: 20px;
	margin-bottom: 20px;
	}
