body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A:link {text-decoration: none; color: #8A1B2B; }
A:visited {text-decoration: none; color: #8A1B2B;}
A:active {text-decoration: none; color: #8A1B2B;}
A:hover {text-decoration: none; color: #8A1B2B; 
text-decoration: underline; 
}
.style1 {
	color: #ca2b39;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #494949;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}
.style3 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style4 {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #3D3D3D;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #8A1B2B;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #5C5C5C;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {
	color: #FF0000;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {color: #3D3D3D; font-size: 11px; font-family: tahoma; font-weight: bold; }

.rollover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.rollover:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}