/* *****************************************
	the following are the styles for 
	Site-wide custom class / id styles
	
	AUTHOR:		Michael Philippone AND ??
	EMAIL:		michael@corporatezen.com
	LAST MOD:	05 June 2009
***************************************** */


/* **************************
Import the stylesheet for the 
HTML tag style overrides:
************************** */

@import url('/css/fontAndDisplay.css');


/* **************************
Import the stylesheet for the 
site structure and element 
positioning styles:
************************** */

@import url('/css/structure.css');



/* **************************
Now, use our custom-developed 
class declaration styles:
*************************** */

.small { font-size: 10pt; }

.bgRed{
	background-image: url("images/ha/bgRed.gif");
}

.bgYellow{
	background-image: url("images/ha/bgYellow.gif");
}

.bgBlue{
	background-image: url("images/ha/bgBlue.gif");
}

.bgBurgundy{ background-color:#821E3A; }

.bgGreen{
	background-image: url("images/ha/bgGreen.gif");
}

.bgWhitLine{
	background-image: url("images/ha/bgWhiteLine.gif");
}
.bgL2OffWhite{
	background-image: url("images/ha/bgL2OffWhite.gif");
}

.TDLarge{ margin-height: 100%; }

.RightNav, a.RightNav, a:visited.RightNav {
    font-family: Verdana;
	font-weight: bold; 
	font-size: 12px; 
	color: FFFFFF; 
	text-decoration: none;
	
}

.RightNavTD {
   padding-bottom: 4px;
   background-image: url("images/ha/bgGreen.gif");   
}

.LeftNav {
    font-family: Verdana;
	font-weight: bold; 
	font-size: 13px; 
	color: FFFFFF; 
	text-decoration: none;
}

a.LeftNav, a:visited.LeftNav {
    font-family: Verdana;
	font-weight: bold; 
	font-size: 13px; 
	color: FFFFFF; 
	text-decoration: none;
}

.Nav1TD{padding: 2px}

.LeftNavL2, a.LeftNavL2, a:visited.LeftNavL2 {
    font-family: Verdana;
	font-weight: 200; 
	font-size: 12px; 
	color: 000000; 
	text-decoration: none;
}
.Nav2TD{
 padding-left: 4px;
 padding-top: 5px;
 padding-bottom: 5px;
 
}

.LeftNavL3, a.LeftNavL3, a:visited.LeftNavL3 {
    font-family: Verdana;
	font-weight: 200; 
	font-size: 12px; 
	color: 000000; 
	text-decoration: none;

}

.LeftNavL3On {
    font-family: Verdana;
	font-weight: 200; 
	font-size: 12px; 
	color: 000000; 
	text-decoration:  none;
	font-weight: bold; 
	
}

.Nav3TDArrow{ padding-left: 8px; }


.title {
	font-family: Verdana;
	font-size: 14pt;
	color: 0C6750;
	font-weight: bold;
}
.TopPage{
    font-family: Verdana;
	font-weight: bold; 
	font-size: 10px; 
	color: 333399; 
	text-decoration: none;
}
.TopBrackets{
   font-family: Verdana;
   font-weight: bold; 
   font-size: 10px; 
}

.FooterLinks{
    font-family: Verdana;
	font-weight: bold; 
	font-size: 11px; 
	color: #666666; 
}

.Footer{
    font-family: Verdana;
	font-weight: bold; 
	font-size: 10px; 
	color: #666666; 
}

.elementWarning { font-size: 10pt; }
.percent { color: #333399; }


/* ************************************* 
MOVED TO css/fontAndDisplay.css
****************************************
body {
	color: #000000;
	background: #FFFFFF;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table, td, p, li, ol {
    font-family: Arial;/*Verdana*/
	font-size: 12pt;
}

a {
	color: #333399; 
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #821E3A;
}

H2 { 
	font-family: Verdana;
	font-size: 13pt;
	color: #821E3A;
	font-weight: bold;
}

H3 { 
	font-family: Verdana;
	font-size: 11pt;
	color: #821E3A;
	font-weight: bold;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
************************************* */ 
