body { background-color: #FFFFFF; }
p,td,ul,li { font-family: helvetica, arial, geneva, sans;
			  font-size: 13px;
			  color: #333333; }
			  
.bordered1 { border-top: 1px solid #9DB21F;
			border-right: 1px solid #9DB21F;
			border-left: none;
			border-bottom: none; 
			padding: 10px; 
			}
			
.bordered2 { border-top: 1px solid #9DB21F;
			border-right: none;
			border-left: none;
			border-bottom: none; 
			padding: 10px;
			}
			
.bordered3 {  border-top: 1px solid #9DB21F;
			border-right: 1px solid #9DB21F;
			border-left: none;
			border-bottom: 1px solid #9DB21F;
			padding: 10px;
			 }
			 
.bordered4 {  border-top: 1px solid #9DB21F;
			border-right: 1px solid #9DB21F;
			border-left: 1px solid #9DB21F;
			border-bottom: none;
			padding: 10px;
			 }

.bordered5 {  border-top: none;
			border-left: 1px solid #9DB21F;
			border-right: none;
			border-bottom: 1px solid #9DB21F;
			padding: 10px;
			 }
			 			 
A:link { color: #9DB21F;
		font-family: helvetica, arial, geneva, sans;
	    font-size: 13px;
	    text-decoration: none; }
	    
A:visited { color: #9DB21F;
		font-family: helvetica, arial, geneva, sans;
	    font-size: 13px;
	    text-decoration: none; }	    
	    
A:hover { color: #9DB21F;
		font-family: helvetica, arial, geneva, sans;
	    font-size: 13px;
	    text-decoration: underline; }
	    
A:active { color: #CC3300;
		font-family: helvetica, arial, geneva, sans;
	    font-size: 13px;
	    text-decoration: underline; }
	    
.featured { font-style: italic;
			border-top: 1px solid #9DB21F;
			border-left: 1px solid #9DB21F;
			padding: 10px;
			text-align: left;}
