* {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
html {
	text-align: center;
}
body {
	margin: 10px auto;
	width: 940px;
	text-align: left;
	color: #fff;
	font-size:16px;
}
.diag{
	margin: 0 0 0 0;
	background-color:#ffffff;
	padding: 5px 5px 5px 5px;
	width:auto;
}
.diag-ok{
	margin: 0 0 0 0;
	height: 370px;
	width: auto;
	background-color: #fbb318;
	color:#ff0000;
	vertical-align:middle;
}
img {
	border: none;
}
a {
	color: #fff;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	text-align: center;
}
h2 {
	padding-bottom: 5px;
}	
.spacer {
	clear: both;
}
p {
	font-size: 12px;
	margin: 1em 0 0.5em 0;
}
ul,
ol {
	margin: 0.5em 1em 1em 2em;
	padding: 0;
}
li {
	font-size: 12px;
}
input, textarea {
	border: 1px solid darkred;
	background-color: lightyellow;
	font-size: 14px;
	color: green;
	font-weight: bold;
}
select {
	border: 1px solid darkred;
	background-color: lightyellow;
}
table {
	width: auto;
	border: 1px solid lightyellow;
	border-spacing: 0px;
}	
table th, td{
	width: auto;
	border: 1px solid lightyellow;
	padding: 2px;
}
table tr:hover{
/* 	background-color: orange; */
}
table.simple, table.simple th, table.simple td {
	border: none;
	background-color: #fbb318;
}
