body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
}
html {

scrollbar-face-color:#C0C0C0;
scrollbar-highlight-color:#4D4D39;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#DFDCD7;


}

a:link, a:active, a:visited {
	color: #0085BA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

#divWrapper {
	text-align: center;
}

#divFooter {
	border: 1px dotted #CCCCCC;
	width: 400px;
	padding: 3px;
	margin: 5px auto;
	text-align: center;
}
#divContent {
	margin: 5px;
	padding: 5px;
}

.smallimages {
	filter: Gray;
}
input {
	border: 2px solid #0085BA;
	font-weight: bold;
}
textarea {
	border: 2px solid #0085BA;
	background: url(../images/bg-NICE.gif) repeat;
	font-weight: bold;
}
.no {
    display: none;
}
.big {
	font-weight: bold;
	font-size: 1.5em;
}
