/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_stripe.jpg);
	background-repeat: repeat-x;
}
#Layer1 {
	position:absolute;
	width:600px;
	height:475px;
	z-index:1;
	overflow: auto;
}
#Layer2 {
	scrollbar-face-color: #007bb7;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	position:absolute;
	width:640px;
	height:475px;
	z-index:1;
	overflow: auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #435092;
}
.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {
	font-size: 10;
	font-weight: bold;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
hr { color: #435092}
.img {
	padding-right: 10px;
}
.underline {
	text-decoration: underline;
}

