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

.homeBoxHeader {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #282E46;
}

a.homeBoxHeader:link, a.homeBoxHeader:visited, a.homeBoxHeader:hover, a.homeBoxHeader:active {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #282E46;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131cbc;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131cbc;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131cbc;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #131cbc;
	text-decoration: none;
}

.phonenumbers { font-family: Arial; font-size: 10px; }

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