*{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color:#BFBFBF;
	text-align:center;
	font-size: 12px;
}
table{
	font-size: 12px;
}
input {
	background-color: #DDDDDD;
	font-size: 11px;
}
textarea {
	background-color: #DDDDDD;
	font-size: 11px;
}
select {
	background-color: #DDDDDD;
	font-size: 11px;
}
.ok{
	color: #006600;
}
.err{
	color: #990000;
}
h2{
	font-size:18px;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
hr {
	background-color: #999999;
	height: 1px;
}fieldset {
	border:1px solid #999999;
}
.listing{
	text-align:justify;
}
