a {
	color: #000000;
	font-family: Verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.greenlink {  font-family: Verdana, arial; 
         font-size: 10px;  
         font-weight: bold; 
         color: #EFFFD6;
         text-decoration: none
}

  .greenlink:hover {
	color: #000000;
	font-family: Verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

body,td,div,p {
	color: #000000;
	font-family: Verdana, arial;
	font-size: 10px;
        font-weight: normal;
}

.greentype {  font-family: Verdana, arial; 
        font-size: 10px; 
        color: #DEF7E7;
}

.form {
    font-family:verdana,arial;
    font-size:10px; 
    color:#000000;
    background:#9CCE9C;
    border:1;
    border-style:solid; 
    border-color:black;}