body {
	background-color: #C0C0FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#333399;
	scrollbar-base-color:#333399;
	scrollbar-shadow-color:#C0C0FF;
	scrollbar-face-color:#C0C0FF;
	scrollbar-highlight-color:#C0C0FF;
	scrollbar-dark-shadow-color:#C0C0FF;
	scrollbar-3d-light-color:#C0C0FF;
	background-image: url(bg.jpg);
}
body,td,th {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#iframe{
		overflow:auto;
}