<STYLE>
A  {TEXT-DECORATION: none;
}

A:hover {background:black; 
     color:white; font-weight:bold}
A:visited {color:red}
A:active {color:red}
A:link {color:blue}


A.categ  {font-family:Verdana; font-size:12px; COLOR: #458DA4; TEXT-DECORATION: none; font-weight:normal;
}

TD {
	font-family:Verdana; font-size:10px; COLOR: #6A6A5F; TEXT-DECORATION: none;
}
Th {
	font-family:Verdana; font-size:10px; COLOR: #458DA4; TEXT-DECORATION: none; 
}

.title {
	font-family:Verdana; font-size:10px; COLOR: #458DA4; TEXT-DECORATION: none; font-weight:bold;
}

.titlecateg {
	font-family:Verdana; font-size:12px; COLOR: #458DA4; TEXT-DECORATION: none; font-weight:bold;
}

.blue  {font-family:Verdana; font-size:10px; COLOR: #458DA4; TEXT-DECORATION: none; font-weight:normal;
}

.red  {font-family:Verdana; font-size:11px; COLOR: #cc0000; TEXT-DECORATION: none; font-weight:bold;
}

td.categ{
	border : 1px solid #D0D0C1;
	padding: 10px;
	border-style: dotted;
}

INPUT, TEXTAREA,SELECT{
	color: #458DA4;
    	border : 1px solid #D0D0C1;
	background-color:#F6F6F4;
   	font : normal 8pt Verdana, Arial, Helvetica, sans-serif;

}

TEXTAREA.white, INPUT.white{
	color: #458DA4;
    scrollbar-3dlight-color:white;
    scrollbar-arrow-color:white;
    scrollbar-base-color:white;
    scrollbar-darkshadow-color:white;
    scrollbar-face-color:white;
    scrollbar-highlight-color:white;
    scrollbar-shadow-color:white;
	border : 0px;
	background-color:#FFFFFF;
   	font : normal 8pt Verdana, Arial, Helvetica, sans-serif;

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative; 
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -660px;
border: 2px dashed gray;
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: -250;
right: 60px; /*position where enlarged image should offset horizontally */

}

</style>

</STYLE>
