body {
	background-image : url('images/autobkgnd.jpg');
	background-color : #fff;
	font-family : Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	color : #000;
	text-align : justify;
}
a:link {
	color : #000080;
	font-size : 100%;
	text-decoration : none;
	font-weight : bold;
}
a:visited {
	color : #000080;
	font-size : 100%;
	text-decoration : none;
	font-weight : bold;
}
a:active {
	color : #000080;
	font-size : 100%;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color : #f00;
	font-size : 100%;
	text-decoration : none;
	font-weight : bold;
}
a.but:link {
	color:#fff; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold;
}
a.but:active {
	color:#fff; font-size:12px; 
	text-decoration:none; 
	font-weight:bold;
}
a.but:visited {
	color:#fff; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold;
}
a.but:hover {
	color:#f00; 
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold;
	font-style:italic;
}
table.but {
	margin-left:auto; 
	margin-right:auto; 
	border-width:0; 
	border-spacing:2px; 
	border-style:none; 
	border-color:white; 
	border-collapse:separate;
}
table.butn {
	margin-left:auto; 
	margin-right:auto; 
	border-width:0; 
	border-spacing:5px; 
	border-style:none; 
	border-color:white; 
	border-collapse:separate;
}
td.but {
	width:125px; 
	text-align:left; 
	vertical-align:middle; 
	background-color:blue; 
	border-width:medium; 
	padding:2px; 
	border-style:outset; 
	border-color:black;
}
td.butn {
	width:100px; 
	text-align:center; 
	vertical-align:middle; 
	background-color:blue; 
	border-width:medium; 
	padding:2px; 
	border-style:outset; 
	border-color:black;
}
H1 {
	font-family : Constantina, Georgia, 'Nimbus Roman No9 L', serif;
	font-size : 120%;
	font-style : italic;
}
H2 {
	font-family : Constantina, Georgia, 'Nimbus Roman No9 L', serif;
	font-size : 120%;
	font-style : italic;
}
p {
	font-size : 80%;
	text-align : justify;
}
.margin40 {
	margin-left : 40px;
	margin-right : 40px;
}
th {
	font-size : 80%;
	text-decoration : underline;
	font-weight : bold;
}
ul {
	font-size : 80%;
	text-align : justify;
}
ol {
	font-size : 80%;
	text-align : justify;
}
li {
	margin-left : 40px;
	margin-right : 40px;
}
.blackbar {
	color : #fff;
	font-size : 70%;
	font-weight : bold;
}
textarea {
	font-size : 14px;
}
.help {
	font-size : 80%;
	font-weight : normal;
	color : #00f;
}
.dropmenu {
	position : absolute;
	left : -1500px;
	visibility : visible;
	z-index : 101;
	float : left;
	width : 0;
}
.dropmenu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}
.dropmenu li {
	display : inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
	display : block;
}
