
/** 
 * 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, LI {
	color: black; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**
.pagetitle {color: #CC0033; text-decoration: none; font-weight: bold; font-size:10pt;}
.heading {color: white; font-weight: bold; font-size:12pt;}

*/
.footer {font-family: Arial; color: #B727BF; font-size:10px; }
A.footer:link, A.footer:active, A.footer:visited {font-family: Arial; color: #B727BF; font-size:10px; }
A.footer:hover {font-family: Arial; color: #B727BF; font-size:10px; text-decoration:underline; }

.pagetitle {font-family: Arial; font-size: 18px; color: #333333}
.specialpagetitle {color: #223EAC; font-family: Arial; font-size: 18px}
.subtitle {font-family: Arial; font-size:14px; color: #000000; font-weight: bold}

.tipbody {font-family: verdana; font-size: 10px}
A.tipbody:link, A.tipbody:active, A.tipbody:visited, A.tipbody:hover {font-family: verdana; font-size: 10px; text-decoration: underline; color: #000000}

.footerNoUnderline {color: #B727BF; font-size:10px; text-decoration:none; }

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B727BF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B727BF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B727BF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B727BF;
	text-decoration: underline;
}
.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);
}
