
/** 
 * File Info
 * ----------------------------------
 * @filename     basic.css
 * @created      xx.xx.xxxx
 * @author       unknown
 * @description  this file holds all style information that should apply to the whole site AND to the editor window
 *               any classes listed here will appear in the editor style dropdown - if you do not want the item to appear in the dropdown AND do not want
 *               that style info to be applied to the editor window - put it into site.css
 *
 * History
 * ---------------------------------
 * Date         Name      Note
 * 04.14.2005   smurphy   Moved file to CSS folder
 */

BODY, DIV, TD, LAYER, UL, LI {
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**

.heading {color: white; font-weight: bold; font-size:12pt;}
.footer {color: #666666; font-size:8pt; text-decoration:none; }
A.footer:link, A.footer:active, A.footer:visited {color: #666666 ; text-decoration:none; font-size:8pt;}
A.footer:hover {color: #666666; text-decoration:underline; font-size:8pt;}
*/

.footer {color: #FFFFFF; font-size:10px; text-decoration:none; }
A.footer:link, A.footer:active, A.footer:visited {color: #FFFFFF; font-size:10px; text-decoration:none; }
A.footer:hover {color: #FFFFFF; font-size:10px; text-decoration:underline; }

.pagetitle {color: #000000; font-family: Arial; text-decoration: none; font-weight: bold; font-size:18px;}

.contentnewsletter {color: #FFFFFF; font-family: Arial; text-decoration; none; font-size: 11px;}

.quotetext { margin-left: 25px }

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f49321;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f49321;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f49321;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f49321;
	text-decoration: none;
}
.NormalCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.NormalCopyHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.NormalCopyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../images/ULbullet.gif);
}

