body {
	color: #333333;
  background: #CCCCCC;
  font-family: 'Arial Narrow', Arial, 'Microsoft Sans Serif';

  scrollbar-face-color: #CCCCCC;
  scrollbar-shadow-color: #999999;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-3dlight-color: #333333;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #666666;
  scrollbar-arrow-color: #333333;
}

a:link { color:#FF6666; text-decoration:none; font-weight:bold; }
a:visited { color:#FF6666; text-decoration:none; font-weight:bold; }
a:hover { color:#333333; text-decoration:none; font-weight:bold; }
a:active { color:#FF6666; text-decoration:none; font-weight:bold; }

input {
	border: #FF6666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size:10pt;
	font-family: Arial, 'Microsoft Sans Serif';
}

textarea {
	border: #FF6666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size:10pt;
	font-family: Arial, 'Microsoft Sans Serif';
}

select {
	font-size:10pt;
	font-family: Arial, 'Microsoft Sans Serif';
}

fieldset { border:1px solid #999999 }

legend {
  padding: 3px 3px;
  border:1px solid #999999;
  color:#FF6666;
  font-size:90%;
  font-weight:bold;
  text-align:right;
}

label { font-weight:bold }