td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333; 
} 
h1 { 
	font-family: Times New Roman, Times, serif; 
	font-size: 14pt;
	font-weight: normal; 
	color: #333333; 
}
h2 { 
	font-family: Times New Roman, Times, serif; 
	font-size: 11pt;
	font-weight: bold; 
	color: #333333; 
}
h3 { 
	font-size: 110%; 
	font-weight: bold; 
	color: #999999;
	margin-bottom: 4px;
}
h4 { 
	font-size: 110%; 
	font-weight: bold; 
	color: #0099FF;
	margin-bottom: 4px;
}
h5 { 
	font-size: 130%; 
	font-weight: bold; 
	color: #FF9900;
}
a { 
	color: #003333; 
} 
a:visited { 
	color: #000000; 
} 
a:hover { 
	color: #999999; 
} 
.footer,a.footer, a.footer:visited { 
	color: #003333;
	font-size: 80%;
	font-weight: normal;
	padding-top: 6px;
}
a.footer:hover { 
	color: #999999;
}
.maincontent { 
	padding: 15px;
}
.sidecontent { 
	padding-top: 15px;
}
.casehead {
	color: #003333;
	font-size: 8pt;
}
a.casehead, a.casehead:visited {
	color: #FFFFFF;
	font-size: 8pt;
}

/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-bottom: 10px;
  }
  
 .FormCheckboxes {
	clear:none !important;
 	float:left !important;
 	margin-right: 0px !important;
	width: 320px !important;
 }
 
.FormCheckboxes div {
 	margin-right: 0px !important;
	margin-top: 10px !important;
	width: 320px !important;
 } 
 
.sec-form-field {
	display: none;
} 

.redtext {
	color: #FF0000;
}
