:focus {
	outline:none; 
}

p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 150%; 	
	margin: 20px 0 0 20px;
	}

.seven {  
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: 11px; 
	color: #00CC99; 
	text-decoration: none
}

table td {
	border: 0px #d2d2d2 solid;
	}


/* links */



a:link, a:visited, a:hover, a:active {
	color: #669966;
	font-weight: bold;
	}

a:link, a:visited { 
	background: transparent;
	text-decoration : none;
	}

a:hover {
	background: transparent;
	text-decoration : underline;
	}

a:active { 
	background: transparent;
	text-decoration : none;
	}	