@charset "utf-8";
/* CSS Document */
body {
	background-color: #E4E4E4;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style6 {
	color: #666;
}
.style7 {font-family: "Arial Narrow"}


.style8 {
	color: #666666;
	font-weight: bold;
}
.style9 {color: #666666}
.style10 {color: #666666}
.style11 {color: #999999}
.style14 {font-color: #000099; font-weight: bold; }

#imagestop img
{
	width:100px;
	height:100px;
	-ms-interpolation-mode: bicubic;
}

/* FOR MSIE Grey-Colour */
a:link img {
	filter:gray;
	size:  auto;}
a:visited img {
	filter:gray;
	size: auto;} 
a:hover img {
	filter:none;
	size: auto;
};