body, font, p, div, td, h1 {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 9pt; 
}

body { background-color: #ede8e8 }

pre { font-family: lucidatypewriter, courier, fixed; font-size: 9pt; }
h1 { font-size: 16pt; }

font.sm { font-size: 7pt; }
p.text { text-align: justify; width: 75%; }

input, textarea, select {
	font-family: lucidatypewriter, Courier New, courier, fixed; font-size: 9pt; padding: 2;
	border-width: 1px; border-color: #9fa5a5; border-style: solid;
	background-color: #eeeeee;
}
input:focus, textarea:focus, select:focus { background-color: #d2d8d8; }
input[type="submit"] { 
    font-family: tahoma, helvetica, sans-serif;
    font-size: 9pt; 
}
input[type="submit"]:hover { background-color: #d2d8d8; }

a { text-decoration: none; color: #647185; }
a:hover, a.button:hover { background-color: #d2d8d8; color: black; }
a.button {
	background-color: #dddddd;
}
a.buttonold {
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #eeeeee;
}
table.box {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 3px;
}
