html {
	overflow-x: hidden;
	overflow-y: auto;
	
	scrollbar-base-color: #ffb8ca;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #feceda;
	
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-lightshadow-color: #CCCCCC; 
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #CCCCCC;	
} 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main img {
	border: solid 2px #E3E4E4; 
	padding: 2px; 
	background: #fff;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0099;
}
.style2 {font-size: 11px}
.style3 {color: #333333}
a:link {
	color: FF0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: FF0099;
}
a:hover {
	text-decoration: underline;
	color: FF0099;
}
a:active {
	text-decoration: none;
	color: FF0099;
}
a {
	font-size: 10px;
}
.style5 {color: #FF0099}
.style6 {
	color: #2F1E00;
	font-weight: bold;
}
.style10 {font-size: 10px}
.style11 {color: #2F1E00}