#primostat {
	border: 0; 
}
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
ul {
	margin-bottom: 10px;
}
li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 15px;
}
li.selected {
	font-weight: bold;
}
h1, h2, h3 {
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	margin-bottom: 25px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
a {  
	text-decoration: underline;
	color: #000000;
}
a:hover {  
 	text-decoration: none;
}
dl {
	margin-left: 18px;
	margin-right: 10px;
}
dt {
	font-weight: bold;
}
dd {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: justify;
}
fieldset {
	padding: 10px;
}
legend {
	font-weight: bold;
}
label {
	padding-right: 20px;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
acronym:hover {
	cursor: help;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #000000;
	width: 200px;
}
form#hirlevel {
}
form#hirlevel input {
	width: 170px;
}
form#hirlevel #hirlevel_submit {
	margin-top: 5px;
	width: 70px;
}
hr {
	margin-bottom: 10px;
	height: 1px;
	background: #EEEEEE;
	color: #EEEEEE;
}
