
.a {
	font-family: Franklin Gothic Book;
	font-size: 9pt;
	color: #1F3447;
	text-decoration:  none ;
}
a:hover {
	font-family: Franklin Gothic Book;
	font-size: 9pt;
	color:  #1F3447;
	text-decoration: underline;
}
.a_fr {
	font-family: Franklin Gothic Book;
	font-size: 11pt;
	color: #1F3447;
	text-decoration:  none ;
}
.a_fr:hover {
	font-family: Franklin Gothic Book;
	font-size: 11pt;
	color:  #94C002;
	text-decoration: underline;
}
.a_fr_min {
	font-family: Franklin Gothic Book;
	font-size: 10pt;
	color: #1F3447;
	text-decoration:  underline ;
}
.a_fr_min:hover {
	font-family: Franklin Gothic Book;
	font-size: 10pt;
	color:  #94C002;
	text-decoration: none;
}
.hyp
{
	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.hyp:hover{
	font-family: Verdana;
	font-size: 9pt; 
	color: #1F3447;
	text-decoration:  none;
	background-color: White;
	font-weight: bold;
}
.hyp2{
	font-family: Franklin Gothic Demi;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none ;
}
.hyp2:hover {
	font-family: Franklin Gothic Demi;
	font-size: 10pt;
	color:  #FFFFFF;
	text-decoration: underline ;
}
.hyp3
{
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: Red;
	text-align: center;
}
.hyp3:hover{
	font-family: Verdana;
	font-size: 8pt; 
	color: #1F3447;
	text-decoration:  none;
	background-color: White;
}
.b {
	font-family: Franklin Gothic Book;
	font-size: 9pt;
	color: #1F3447;
	text-decoration: underline ;
}
b:hover {
	font-family: Franklin Gothic Book;
	font-size: 9pt;
	color:  #1F3447;
	text-decoration:none;
}
.a_RS {
	font-family: Franklin Gothic Book;
	font-size: 14pt;
	color: #1F3447;
	text-decoration:  none ;
}
.a_RS:hover {
	font-family: Franklin Gothic Book;
	font-size: 14pt;
	color:  #94C002;
	text-decoration: underline;
}
.tx_fr_min
{
	font-family: Franklin Gothic Book;
	font-size: 10pt;
	text-decoration: none;
	color: #1F3447;
}
.tx_fr_min:hover {
	font-family: Franklin Gothic Book;
	font-size: 10pt;
	color:  #94C002;
	text-decoration: underline;
}
.thumbnail 
{
position: relative;
z-index: 0;
}

.thumbnail:hover
{
background-color: transparent;
z-index: 50;
}

.thumbnail span
{ /*CSS for enlarged image*/
position: absolute;
background-color: #1F3447;
padding: 2px;
left: -1000px;
border: 1px solid grey;
visibility: hidden;
color: black;
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: 40px;
left: 67px; /*position where enlarged image should offset horizontally */

}