/* CSS Document */
body {
	background-color: #EDE9DE;
}
.style1 {
	color: #484338;
	font-family: Tahoma;
	font-size: 11px;
}
.style2 {
	font-family: Tahoma;
	color: #D07C24;
	font-size: 10px;
	text-decoration: underline;
}
.style3 {color: #EDE9DE; font-family: Tahoma; font-size: 11px; }
.scrollbar {
scrollbar-face-color: #fdfdfd;
scrollbar-highlight-color: #C9C9C9;
scrollbar-3dlight-color: #C9C9C9;
scrollbar-darkshadow-color: #fdfdfd;
scrollbar-shadow-color: #C9C9C9;
scrollbar-arrow-color: #C9C9C9;
scrollbar-track-color: #fdfdfd;
}
.box {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
