/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 12px;
}

/* 11 point text - 1 px smaller than body/normal */
.smaller {
	font-size: 11px;
}

/* 12 point regular body text */
.normal {
	font-size: 12px;
}

/* 16 point subheading text */
.subsubhead {
	font-size: 16px;
/*	font-weight: bold; */
}

/* 18 point bold text */
.subhead {
	font-size: 18px;
	font-weight: bold;
}

/* 18 point bold red */
.subheadRed {
	background-color : #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}

/* 24 point bold text */
.head {
	font-size: 24px;
	font-weight: bold;
}

/* 24 point bold red */
.headRed {
	background-color : #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.imgright {
  margin: 5px;
  border-style: none;
  float: right;
  }
  
.imgleft {
  margin: 5px;
  border-style: none;
  float: left;
  }

/* databack: background color for data areas */
.databack {
	background-color: #FFFFCC;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/*border on table on index.php*/
.thicktableborder {
	border-color: #000099;
	border-width: 2px;
	border-style: solid;
	background-color: #FFFFCC;
}

