a {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}
H1 {
	text-align: center;
	display: block;
	color: #4E5364;
}
.bold {
	display: inline;
	font-weight: bold;
	color: #4E5364;
}
.imgopaque{
	border: none;
	opacity: 1;
	filter:Alpha(Opacity:100);
}

.img{
	border: none;
	opacity: 0.5;
	filter:Alpha(Opacity:50);
}
form.css fieldset {
	border-width: 0px;

}

form.css label {
	display: inline;
	float: left;
	width: 142px;	
}
.inputs{ 
	border:2px solid white; 
	background-color: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}
.centersubmit {
	float: center;
	padding	position: center;
	border: 2px outset #C6C6C6;
}
.centersubmit:hover {
	background-color: #C6C6C6;
}
#intro body {
	color: black;
	font-weight: bold;
	font-size: 8pt;
}
#intro a {
	text-decoration: underline;
	color: #7C7C7C;
	font-weight: bold;
	font-size: 8pt;
}
