
/* Stylesheet for the dynamic forms generated by the .cgi scripts */

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}


A { 
   color: #4E7BD6; 
   font-family: verdana,arial,helvetica,sans-serif; 
   text-decoration: none; 
} 

A:link		{ color: #4E7BD6; } 
A:visited	{ color: #4E7BD6; } 
A:active	{ color: #4E7BD6; } 
A:hover		{ color: #CA6122; } 


table {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 12px;
	border: 0px solid black;
	
}

table.outline {
border: 3px solid black;

}


p, ol, ul, li, table, td {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
	padding: 5px;
	
}

td.colorbottom { border-bottom: 1px dashed #6996E0; }


table.layout {
   border: 0px solid black;
}

table.content {
    background: #ffffff;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;

}

td.sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

p.sidebar {font-size:12px;}

font {
    font-size: 10px;
    color: blue;
}

font.instructions {
    font-size: 10px;
    color: red;
}

hr {
  width: 100%;
  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;
}






td td { 
padding:3px 1px;
border-bottom: 1px solid #CCCCCC;}

td.spc {border-bottom: 0px solid black;}

.cat1 { font-size:20px; 
		color:#4E7BD6;}
.cat2 { font-size:16px;
		font-weight:bold;
		color:#4E7BD6;}

table.info { 
border-collapse:collapse;
width:800px;
margin-right:auto;
margin-left:auto;
font-size:14px;
}

table.nav {
	width:100%;
	font-size:12px;
}


