A:link {
	color: #FFFFFF; text-decoration: none; font-weight: bold; text-transform: lowercase;
}
A:visited {
	color: #FFFFFF; text-decoration: none; font-weight: bold; text-transform: lowercase;
}
A:active {
	cursor: help; text-decoration: none;
}
A:hover {
cursor: help; color: #0189E7; font-weight: bold;
}

BODY {
background-color: #c0c0c0;
background-attachment: fixed;}

img {border: 2px solid #ffffff;}

#dhtmltooltip {
position: absolute;
width: 250px;
border: 1px solid black;
padding: 2px;
background-color: #c0c0c0;
z-index: 1;
visibility: hidden;
font-family: verdana;
font-size: 9px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}