
/* Stylesheet for the dynamic forms generated by the .cgi scripts */

body {
    margin: 0;
    padding: 0;
    background: #660011;
    color: #FFFFDD;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}


A { 
   color: #660011; 
   font-family: verdana,arial,helvetica,sans-serif; 
   text-decoration: none; 
} 

A:link		{ color: #660011; font-weight: bold; } 
A:visited	{ color: #191970; font-weight: bold; } 
A:active	{ color: #660011; font-weight: bold; } 
A:hover		{ color: #006600; font-weight: bold; }


table {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

p, ol, ul, li, table, td {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: small;
}

table.layout {
   border: 1px solid black;
}

table.content {
    background: #ffffff;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;
}

td.sidebar {
    color: #660011;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

.sidebar a {
   color: #ffffdd; 
   font-family: verdana,arial,helvetica,sans-serif; 
   text-decoration: none;          
   font-weight: normal;               
}

.sidebar a:link		{ color: #ffffdd; } 
.sidebar a:visited	{ color: #ffffdd; } 
.sidebar a:active	{ color: #ffffdd; } 
.sidebar a:hover	{ color: #006600; } 



ul {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
    font-size: 10px;
    color: blue;
}

font.instructions {
    font-size: 10px;
    color: red;
}

hr {
  width: 80%;
  height: 1px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666666;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
