a:link {
	TEXT-DECORATION: none;
	cursor: crosshair;
	color: #003366;
}
a:visited {
	text-decoration: none;
	cursor: crosshair;
	color: #003366;
}
a:hover {
	cursor: crosshair;
	font-style: normal;
	text-decoration: underline;
	color: #FFFF00;

}
.lucida-title {
	font-family: Lucida Handwriting, Lucida Sans, Verdana;
	font-size: 200%;
	text-align: center;
} 

.table {
	height: 100%;
	width: 100%;
	border: 0;
}

/* css Gilder/Levin Method Image Replacement http://www.mezzoblue.com/tests/revised-image-replacement/*/
#damonwright-org_header {
	width: 429px;
	height: 81px;
	position: relative;
	}
#damonwright-org_header span {
	background: url(images/damonwright-org.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 275px;
	top: 61px;


	}
