body {
	background-color: #EADAE5;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.bg {
background-attachment:fixed;
background-image:url(images/bg2.jpg);
background-repeat:no-repeat;
background-position:right bottom;
}

.style1 {
	color: #CC9933;
	font-weight: bold;
	font-size:12px;
}
.style2 {
	color: #458B23;
	font-weight: bold;
	font-size:12px;
}
.scroll{width:550px;
	height:200px;
	overflow:auto;
	scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #E54A84;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #E54A84;
    scrollbar-arrow-color: #E54A84;}

.style3 {color: #505050}
