body, h1, h2, h3, h4, h5, h6, p, form, fieldset, img, ul {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
}
.transparent_active {
	cursor: pointer;
	color: #000000; 
	font-weight: bold;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.transparent_inactive_highlight {
	cursor: pointer;
	color: #000000; 
	font-weight: bold;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.transparent_inactive {
	cursor: pointer;
	color: #666666; 
	font-weight: normal;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.transparent_disabled {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
a {
	background-color:inherit;
	color:#004c5f;
	text-decoration:none;
}
a:hover {
	background:inherit;
	color:#ffffff;
	text-decoration:none;
}
