body {
	
	background: url(images/body-bg.gif) fixed;
	background-repeat: repeat-x;
	background-color: #548FC9;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
}


.button {
border: solid 1px #FFFFFF;
background-color: gray;
color: #FFFFFF;
font-weight:small;
font-family: verdana,arial;
}
select {
color: rgb(40,40,40);
background-color: rgb(240,240,240);
font-weight: small;
font-size: 8pt;
font-family: verdana,arial;
}
input, textarea {
color: rgb(40,40,40);
font-weight: small;
background-color: rgb(240,240,240);
border-color: black;
font-size: 8pt;
font-family: verdana,arial;
border: #FFFFFF outset 1;
scrollbar-face-color: rgb(140,140,140);
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: rgb(200,200,200);
}
