body
{
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	margin: 5px;

	scrollbar-face-color: #CCCCCC; 
	scrollbar-track-color: #CCCC99;
	scrollbar-arrow-color: #003366;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #CCCCCC;
}


td
{
	color: #000000;
	text-align:left;
	vertical-align: middle;

	font-size: 10px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}


legend
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


fieldset
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;

	border-top-color: #CCCC99;
	border-left-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
}


label 
{
	color: #000000;
	text-align: left;
	white-space: nowrap;
  
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


input,textarea,select
{
	color: #000000;
  
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;

	border-top-color: #003366;
	border-left-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button 
{
	cursor: hand;

	color: #CCCC99;
	background-color:#003366;
	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;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;

	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.list
{
	border:0px;
	margin:0px;
	padding:0px;
	color: #003366;
	background-color:#CCCC99;

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputNone
{
	border:0px;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inputGreen
{
	border:0px;
	color: #CCCC99;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}