body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family:  trebuchet, tahoma, arial;
}
h1 {
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #0047be;
}
p {
	margin: 0px;
	margin-left: 30px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
ul {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
td {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
input {
	border: 1px solid #000000; 
	background-image: url('../images_d/inputs.jpg');
	background-repeat: repeat;
}
textarea {
	border: 1px solid #000000; 
	background-image: url('../images_d/textareas.jpg');
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #0047be;
}
a:hover {
	color: #0080ff;
}
.hi img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.hi:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

.right {
	text-align: left;
	float: right;
}
