/*******************************************************************************************************
*		NOTE: ALL STYLES MUST BE IN THE FOLLOWING FORM TO BE VALID.
*		VALID MEANS THAT THE ADMIN TOOL CAN PROPERLY VALIDATE THE ELEMENT TYPE AGAINST THEM
*
*		.style_name {
*			or
*		.style_name{
*
*		THE IMPORTANT PART IS THE SPACE AFTER THE style_name.  ONE OR TWO SPACE ONLY!!!!!!!
*******************************************************************************************************/

/* this is for normal text */
.text, td {
	font-family:arial;
	font-size:11px;
	color:#000000;
}

/* this is for page headers */
.head {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	color:#000000;
}

/* this is for the image caption on content sections */
.imageCaption {
	font-family:arial;
	font-size:11px;
	font-style:italic;
	color:#000000;
}

/* this is for sub sections in the off state */
a.mainSectionOff {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}

/* this is for sub sections in the on state */
a.mainSectionOn {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#5E9B52;
	text-decoration: none;
}

/* this is for terciary pages in the off state */
a.subSectionOff {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}

/* this is for terciary pages in the on state */
a.subSectionOn {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#5E9B52;
	text-decoration: none;
}

/* this is for popup headers */
.popuphead {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color:#000000;
}

/* this is for the typed word in the search tips popup */
.searchHelp {
	color:red;
}