/*  This is style sheet is for compensate.com
	Any questions or comments please contact:
	Leisa Bretz
	bretz@compensate.com
	
*/

/* ----- Font for HEADERS (replaces ahead) ----- */

.headers {
	font-weight : bold;
	font-size : 20px;
	font-family : Arial, sans-serif;
	text-decoration : none;
	background-color : White;
}


/* ----- Font for NORMAL BODYTEXT* ---- */
.bodytext14px  {
	font-size : 14px;
	font-family : Arial, sans-serif;
	text-decoration : none;
}


/* ---- Font for some TABLES and NAVIGATION areas (replaces navtextbottom)----- */
.tabletext12px  {
	font-size : 12px;
	font-family : Arial, sans-serif;
	text-decoration : none;
}

/* (replaces navtext)*/
.tabletext12pxbold  {
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, sans-serif;
	text-decoration : none;
}


/* Smallest text used */
.smalltext  {
	font-size : 11px;
	font-family : Arial, sans-serif;
	text-decoration : none;
}


/*-----  Font for TM SUPERSCRIPT ----- */
.superscript  {
	font-size : 10px;
	line-height : 16px;
	font-family : Arial, sans-serif;
	text-decoration : none;
}



/* ----- Font for DATA LISTS in .CFM FILES ----- */

/* Brings in header style in .cfm tables */
<DT> {
		font-size: 16px;
		font-family:  Arial, sans-serif;
		text-decoration: none;
}

/* Brings in bodytext style in .cfm tables */
<DD> {
		font-size: 14px;
		font-family:  Arial, sans-serif;
		text-decoration: none;
}




















