a:link {
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
 font-family: tahoma, generic;
}
a:visited {
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
 font-family: tahoma, generic;
}
a:active {
 text-decoration: none;
 color: #FFFFFF;
 font-weight: bold;
 font-family: tahoma, generic;
}
a:hover {
 text-decoration: none;
 color: #CCCCCC;
 font-weight: bold;
 font-family: tahoma, generic;
}

body.info {
margin: 0px;
background-color: #333333;
}

body {
margin: 10px;
background-color: #999999;
}

input , select , textarea {
 background-color: #ffffff; 
 border: 1px solid inherit; 
 border-color: #000000; 
 color: #000000; 
 font-family: tahoma, generic; 
 font-weight: normal; 
 font-size: small; 
 padding: 1px; 
 margin: 1px; 
}

.checkbox { border: 0px; 
            background-color: #FFFFFF;
						margin: 0px;
						padding: 0px; }

img { border: 0px; }

.text, th { color: #FFFFFF;
        font-family: tahoma, generic;
				font-size: small;
				background-color: #555555;
			}
ul, ol {
 list-style-image: url(img/rodgelt.jpg);
}

#dropmenudiv { position: absolute;
               border: 1px solid black;
							 font: normal 10pt tahoma;
							 background-color: #555555;
							 line-height: 18px;
							 z-index: 100;
						 }

