html {
scrollbar-face-color:#F28005;
scrollbar-track-color:#F7AC35;
scrollbar-arrow-color:#ffffff;
scrollbar-shadow-color:#F7AC35;
scrollbar-highlight-color:#F28005;
scrollbar-3dlight-color:#EBA50E;
scrollbar-darkshadow-Color:#F7AC35;
}

body{
	margin:0px 0px 0px 0px;
	marginwidth:0px;
	marginheight:0px;

}
A:link, A:visited, A:active, A:visited, { text-decoration: underline; color:#FE5200; }
a:hover {
	color: #333333;
	text-decoration: none;
}
.copyrights {
	font-size: 11px;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 18px;
	color: #990000;
	font-weight: normal;
}
.button {
	font-size: 13px;
	border: 1px double #C6C6C6;
	background-color: #F0F0F0;
	letter-spacing: 0.2em;
	text-align: center;
	word-spacing: 0.2em;

}
.thumbImage {
     max-width: 120px;
     max-height: 120px;
}
* html .thumbImage {
     width: expression(this.width > 120 && this.width > this.height ? 120 : auto);
     height: expresion(this.height > 120 ? 120 : auto);
} 