/* CSS Document */
tr:hover, tr.over {
	background-color: #F8FAEE;
	background-image: url(../images/rowhover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: default;
	}

div#bodytext #pdf a {
	float:right;
	height: 50px;
	width: 200px;
	margin-top: 15px;
	margin-right: 20px;
	background-image: url(../images/resume.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	}

div#bodytext #pdf a:hover {
	float:right;
	height: 50px;
	width: 200px;
	margin-top: 15px;
	margin-right: 20px;
	background-image: url(../images/resume.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}