/* -----------------------------------------------------------------------

Master stylesheet for Energy Plus Lighting website
Author           Rick Knight <knight@microteck.com>
Version          1.1
Created          07 June 1999
Last-Modified    23 June 1999

----------------------------------------------------------------------- */

/* Headlines in descending sizes. */

.mainhead {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 23px; 
			line-height: 28px;
			font-style: normal; 
			font-weight: bold;
			color: #003366; }
			
.subhead1 { font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: 21pt;
			font-style: normal;
 			font-weight: bold; 
			color: #003366}
			
.subhead2 { font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 21pt;
			font-style: normal;
 			font-weight: bold; 
			color: #003366}
		
.subhead3 { font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14pt;
			font-style: normal;
 			font-weight: bold; 
			color: #003366}

/*	The following two classes are for overlapping text */

#background {	color: #D8D8C9;
				font: 70px Impact, sans-serif;}
				
#foreground {	color: #CC0000;
				font: italic 23px Georgia, serif;}

/* 	"bodytext" is the basic text style
	"bodybold" corrects a bug that causes B tag to be ignored.
	"footnote" has smaller text and leading. 
	"sup" is for trademarks, reg marks, copyright marks.
	"underline" forced underlining of links to legalese. 
	 Must be used with SPAN inside of anchor tags to work properly. */

.bodytext {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
			font-style: normal;
			font-weight: normal;
			color: #000000}
			
.bodybold {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
			font-style: normal;
			font-weight: bold;
			color: #000000}
			
.footnote {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			line-height: 13px;
			font-style: normal;
			font-weight: normal;
			color: #000000}
						
.sup {		font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 6px;
			line-height: 6px;
			font-style: normal;
			font-weight: normal;
			color: #000000;
			vertical-align: super}
			
.underline {	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 14px;
				font-style: normal;
				font-weight: bold;
				text-decoration: underline;
				color: #000066}

/* "navtext" is used for the navigation text links at the bottom and/or
	top of pages. Text is slightly smaller than "bodytext"
	"navbar" is used for pipe spacers between text links */
		
.navtext {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 13px;
			font-style: normal;
			font-weight: normal;
			color: #000066}
			
.navbar { 	color: #999999}

/* Style for legal disclaimers */
	
.legal {	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 11px;
			font-style: normal; 
			font-weight: normal;
			color: #999999}
			
/* 	Link styles change only color of text.
	Basic style of text must be applied separately.*/
	
a:link {  	color: #000066; 
			text-decoration: none}
			
a:hover {  	color: #0000CC; 
			text-decoration: underline}

a:active {  	color: #000066; 
			text-decoration: none}
			
a:visited {  	color: #000066; 
			text-decoration: none}			
				
/* 	Classes of spacers intended to be used with BRs to add extra space.
	Spacer heights are expressed as fractions */

.sp1em {	margin-bottom: 1em}

.sp1-2em {	margin-bottom: 0.5em}

.sp1-4em {	margin-bottom: 0.25em}


.clearance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6666;
	text-align: center;
}
a.clearance:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}
a.clearance:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
