td, table{	font-family:tahoma;	font-size:11px;	vertical-align:top;	line-height:14px;	color:#4B4B4B;	}body { margin:0px; padding:0px; background-color:#CADAFF}.header{ color:#AAAAAA}.header a{ color:#FFFFFF; text-decoration:underline; text-transform:none; font-size:11px}.header a:hover{ text-decoration:none}.list ul{margin:0px; padding:0px; list-style:none; line-height:18px}.list ul li{  background:url(images/list_marker.gif) no-repeat left top; padding-left:12px }.list ul li a{ color:#DF040B; font-size:11px; text-decoration:none; text-transform:none; font-size:11px}.list ul li a:hover{text-decoration:underline}a{ color:#DF040B; text-decoration:none; text-transform:uppercase; font-size:10px}a:hover{ text-decoration:underline}span a{ color:#DF040B; text-decoration:none; text-transform:none; font-size:11px}span a:hover{ text-decoration:underline}.rgb{ color:#0C4A97; margin-left:9px}.rgb b{ color:#24923F}.rgb strong{ color:#DF040B}.footer{ color:#787878; font-family:tahoma; font-size:10px; text-transform:uppercase}.footer b{ color:#1F64B8}.footer a{ color:#4B4B4B; text-decoration:underline}.footer a:hover{ text-decoration:none}.jamp{ width:135px; font-size:11px}.jamp1{ width:55px; font-size:11px}span{ color:#DF040B}b { color:#0C4A97}.form input{	width:135px;	height:19px;	font-family:tahoma;	font-size:11px;	color: #4B4B4B;	padding:2px 0 0 7px;	border-color:#555555;	border-style:solid;	border-width:1px;	background-color:#FFFFFF}/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;

  
  color: #666;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}

input:hover,
textarea:hover,
select:hover {
  padding: 4px;
  
  
  color: #666;
  background: #E5FEFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background: #F1FFE3;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;

  
  cursor: pointer;

  color: #fff;
  background: #318182;
  border-width: 1px;
  border-style: solid;
  border-color: #8be7df #18504b #18504b #8be7df; 
}

input.button:hover {
  background:#508231;
  border-color: #B8E78B #2D5018 #2D5018 #B8E78B;
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}
