body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
}
.messagehaead {
	text-decoration: none;
	z-index: auto;
	font-family: Tahoma;
	font-size: 10pt;
	color: Green;
}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: .6;
}

.toggleopacity img{
border: 0px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}
a:link {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: Green;
}
a:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: Teal;
}

