A:hover {
	TEXT-DECORATION: underline;
	font-weight: bold;
} 
.buttonlinks {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #FFFFFF; LINE-HEIGHT: 160%}
.topright {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #FFFFFF; LINE-HEIGHT: 160%}
.bottomlinks {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; LINE-HEIGHT: 160%}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	LINE-HEIGHT: 160%;
	font-weight: bold;
	background-position: left;
}
.whywe {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #A6A6A6; LINE-HEIGHT: 160%}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #A6A6A6; LINE-HEIGHT: 160%}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	LINE-HEIGHT: 160%;
	text-indent: 6px;
	left: 7px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #0059B3;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00CCFF;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
.HeaderBackground {
	background-image: url(Images/Background_sliver.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.WhiteBorder {
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 7px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 7px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 7px;
}
.MiniNavText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FCFFF6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #484E40;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484E40;
	LINE-HEIGHT: 19px;
}
.Text_Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #9BCDFF;
	font-size: 10px;
}
.Text_Header {
	font-family: Arial, Helvetica, sans-serif;
	color: #739BCC;
	font-size: 10px;
}

body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	LINE-HEIGHT: 19px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	LINE-HEIGHT: 19px;	
}

	@font-face {
    font-family: "Lucida Grande", Verdana, Arial
  	src:url(http://www.appliedbehaviorcenter.com/_Test/Font/LucidaGrande.ttf) format("truetype");
    }
.txtTitlePage {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #484E40;
	LINE-HEIGHT: 19px;	
}
.txtTitleSub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #484E40;
	LINE-HEIGHT: 19px;	
}
.txtTitleSubSub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0055AA;
	LINE-HEIGHT: 19px;	
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #003366;
	background-position: center;
}

.txtTitleSubSubBold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0055AA;
	LINE-HEIGHT: 19px;	
}

.txtTitleSubSubNormal {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0055AA;
	LINE-HEIGHT: 19px;	
}

.txtTitleSubSubSmall {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #0055AA;
	LINE-HEIGHT: 19px;	
}
.txtTitleSubSubSmallBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0055AA;
	LINE-HEIGHT: 19px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	LINE-HEIGHT: 19px;	
}
.BackToTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #0055AA;
	text-align: right;
}

<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50; /*OrigValue = 50*/
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #996600;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFF00;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 300px; /*OrigValue = 190 */
left: 575px; /*position where enlarged image should offset horizontally */

}

</style>
