BODY {
   font-family:arial,helvetica;
   font-size:10pt;
   color:#000000;
   background:#ffffff;
}

TD.divider {
  background-image: url('/images/checkerboard.gif');
}

.font14 {
  font-family: arial, helvetica, lucida;
  font-size: 14pt;  
}

.font14bold {
  font-family: arial, helvetica, lucida;
  font-size: 14pt;
  font-weight: bold;
}

.font12 {
  font-family: arial, helvetica, lucida;
  font-size: 12pt;
}
.font12bold {
  font-family: arial, helvetica, lucida;
  font-size: 12pt;
  font-weight: bold;
}

.font10 {
  font-family: arial, helvetica, lucida;
  font-size: 10pt;
}
.font10bold {
  font-family: arial, helvetica, lucida;
  font-size: 10pt;
  font-weight: bold;
}


.white {
   color: #ffffff;
}
.black {
   color: #000000;
}
.red {
   color: #FF0000;
}


SPAN.formlabel { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	padding-right: 15px;
	color: #000000;
}
SPAN.formlabelerror { 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	padding-right: 15px;
	color: #FF0000;
}

CAPTION.title {
	font-family: arial,helvetica,verdana,lucida console,utopia;
	font-size: 11px;
	font-weight: bold;	
	color: #555555;
	background-color: #EEEEEE;
}

INPUT, SELECT, TEXTAREA {
	background-color: #eeeeee;
	color: #000000;
	border-style: inset;
	border-width: 2px;
}

INPUT.submit {
	font-weight: bold;
	background-color: #eeeeee;
	color: #000000;
	border-style: outset;
	border-width: 2px;
}

INPUT.none {
	border-width:0px;
}



