@charset "iso-8859-1";

BODY { font-family:Arial, Helvetica, sans-serif;text-decoration:none;margin:0;
			scrollbar-track-color:#ffffff;
			scrollbar-arrow-color:#ffffff;
			scrollbar-base-color:#FBA706;}

	



.bold {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #669999; font-weight: bold}

.bolddark {  font-family:  Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #404040; font-weight: bold}

.boldgreen {  font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #008000; font-weight: bold}

.boldblue {  font-family:  Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #4040FF; font-weight: bold}

.bodyplain { font-family:  Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; font-weight: normal}

.boldwhite { font-family:  Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color: #010DFF; font-weight: bold ; text-decoration: none}

.boldwhiteCopy { font-family:  Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color: #4A627A; font-weight: bold ; text-decoration: none}

.credit { font-family:  Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color: #CCCCCC; font-weight: bold ; text-decoration: none }

.bodyplainred { font-family:  Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FF0000; font-weight: normal ; text-decoration: none}

.bodyplaingrey { font-family:  Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #666666; font-weight: normal }

.boldtitle {  font-family:  Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #008000; font-weight: bold}

.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.font2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.fontgreenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #008000;
}
.fontredbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
/*
------------------------------------
Database Forms for displaying data
------------------------------------
*/

input.txt {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;
}
input.txtsmall {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 85px;
}
input.txtname {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 70px;
}
.textarea {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
  
}

form div {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
.head {
border-left : 0px;
border-right : 0px;
margin : 0px;
padding : 5px;
font-size : 150%;
letter-spacing : 3px;
color : #fff;
background : #476042;
}

form div label {
  float: left;
  width: 150px;
  font: bold 0.9em normal  Arial, Helvetica, sans-serif;
}
 
fieldset {
  border: 1px dotted #61B5CF;
  margin-top: 1.4em;
  padding: 0.6em;
}
legend {
	font: bold 0.8em normal  Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #ffffff;
	background-color: #009;
}
.col {
float: left;

width: 100%;
}

.col2 {

float: left;
width: 35%;
}
.col2center {
float: left;
width: 2%;
}
.col2right {

float: left;
width: 63%;
}
.col2_fix {

float: left;
width: 400px;
}
.col2center_fix {
float: left;
width: 10px;
}
.col2right_fix {

float: left;
width: 400px;
}
