input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	scrollbar-3dlight-color: white;
                    scrollbar-arrow-color: white;
                    scrollbar-base-color: black;
                    scrollbar-darkshadow-color: black;
                    scrollbar-face-color: white;
                    scrollbar-highlight-color: white;
                    scrollbar-shadow-color: black;
                    scrollbar-track-color: black;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	width: auto;

}
 A {text-decoration: none;}
 A:hover {color: gray; text-decoration: underline;}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	white-space: normal;
}
table {
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sidebarleft {
	background-attachment: fixed;
	background-image: url(side_bar_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.sidebarright {
	background-attachment: fixed;
	background-image: url(side_bar_right.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}
.topbar {
	background-attachment: fixed;
	background-image: url(top_bar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottombar {
	background-attachment: fixed;
	background-image: url(bottom_bar_background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
