
/* Stylesheet for the dynamic forms generated by the .cgi scripts */

body {
	margin: 20px 0 0 60px;
	padding: 0;
	background: #B8C79A;
	color: #4A391E;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	font-size: medium;
	background-image : url(../graphics/bg1.jpg);
}

A {
	color: #495430;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight : bold;
} 

A:link		{ color: #495430; } 
A:visited	{ color: #6A522A; } 
A:active	{ color: Lime; } 
A:hover		{ color: Green; } 

table {
	font-family:"Book Antiqua","Times New Roman", Times, serif;
	font-size: medium;
}

p, ol, ul, li, table, td {
	font-family:"Book Antiqua","Times New Roman", Times, serif;
	font-size: medium;
}

table.layout {
   border: 0px solid #495430;
}

table.content {
    background: #d5dfc1;
    color: #495430;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
   border: 0px solid #495430;
}

table.buttons {
    background: #d5dfc1;
    color: #495430;
    margin: 0px;
   border: 0px solid #495430;
}

td.sidebar {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

ul {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
	font-size: x-small;
	color: #4A391E;
}

font.instructions {
    font-size: x-small;
    color: #495430;
}

hr {
  width: 90%;
  height: 2px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #495430;
  border-top: 1px solid #d5dfc1;
  border-left: 0px solid #d5dfc1;
  border-right: 0px solid #d5dfc1;
}
