@charset "utf-8";
/* CSS Document */

.smalltext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none; text-align:justify;
}

.small-orange { 
font-family:Tahoma; 
font-size:11px;
color: #FF9900;
text-decoration:none;

}

.bold { 
font-family:Tahoma; 
font-size:11px; font-weight:bold;
color: #FF9900;
text-decoration:none;
font-weight:bold;
}


.boldblue{ 
font-family:Tahoma; 
font-size:11px; font-weight:bold;
color: #00A5E6;
text-decoration:none;
font-weight:bold;
}

.gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #00A5E6;
	text-decoration: none; text-align:justify;
}

.graybold{
	font-family:Tahoma; 
	font-size:11px; font-weight:bold;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cccccc;
padding: 3px;
left: -1000px;
border: 1px #666666 solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

left: 0px;
bottom: 60px;
  /*position where enlarged image should offset horizontally */

}


.button:link { font: Tahoma; font-size: 11px; font-weight:bold; color: #FF9900; text-decoration: underline; }
.button:visited { font: Tahoma; font-size: 11px; font-weight:bold; color: #FF9900; text-decoration: underline; }
.button:hover { font: Tahoma; font-size: 11px; font-weight:bold; color: #000; text-decoration: none; }
.button:active { font: Tahoma; font-size: 11px; font-weight:bold; color: #FF9900; text-decoration: underline; }


.button1:link { font: Tahoma; font-size: 11px; color: #333333; text-decoration: none; }
.button1:visited { font: Tahoma; font-size: 11px; color: #333333; text-decoration: none; }
.button1:hover { font: Tahoma; font-size: 11px; color: #000; text-decoration: underline; }
.button1:active { font: Tahoma; font-size: 11px; color: #333333; text-decoration: none; }