body, td, li {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 10pt;
	color: #2C2829;
}

a:link, a:active, a:visited{
	font-family: Georgia, "Times New Roman", Times, serif ; 
	font-size: 10pt; 
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%; 
	color: #8b3a3a; 
	text-decoration: underline ;
}
a:hover {  
	font-family: Georgia, "Times New Roman", Times, serif ; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #8b3a3a;
	color: #F3E9CE;
	text-decoration: none ;
}

a.menuTop:link, a.menuTop:active, a.menuTop:visited{
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 7pt; 
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%; 
	color: #e7f1e8;
	text-decoration: none;
}
a.menuTop:hover {  
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 7pt;
	font-weight: bold;
	background-color: #e7f1e8;
	color: #006600;
	text-decoration: none ;
}

a.emailLink:link, a.emailLink:active, a.emailLink:visited{
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt; 
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%; 
	color: #006600;
	text-decoration: none;
}
a.emailLink:hover {  
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	background-color: #006600;
	color: #e7f1e8;
	text-decoration: none ;
}

.emailText {
	font-size: 8pt;
	font-weight: bold;
	color: #006600;	
}

a.menuLeft:link, a.menuLeft:active, a.menuLeft:visited{
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 7pt; 
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%; 
	color: #006600;
	text-decoration: none;
}
a.menuLeft:hover {  
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 7pt;
	font-weight: bold;
	background-color: #e7f1e8;
	color: #006600;
	text-decoration: none ;
}

h1 {
	FONT-STYLE: italic;
	FONT-SIZE: 16pt;
	FONT-WEIGHT: bold;
	BACKGROUND: none transparent;
	COLOR: #006600;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 20px;
}
	
h3 {
	FONT-STYLE: italic;
	FONT-SIZE: 13pt;
	FONT-WEIGHT: bold;
	BACKGROUND: none transparent;
	COLOR: #006600;
	margin-top: 0px;	
	margin-bottom: 0px;
	text-align: center;
}

h4 {
	FONT-STYLE: italic;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	BACKGROUND: none transparent;
	COLOR: #006600;
	margin-top: 0px;	
	margin-bottom: 0px;
	text-align: left;
}

h5 {
	FONT-STYLE: italic;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	BACKGROUND: none transparent;
	COLOR: #006600;
	margin-top: 0px;	
	margin-bottom: 0px;
	text-align: center;
}
.greenText {
	color: #006600;
}

.rentalShadow{
	background-color:#f4f9f4;
}

.copyright {
	font-family:  arial, helvetica, Geneva, sans-serif;
	font-weight: normal; 
	font-style:italic; 
	font-size: 7pt;
}

table.mainGreenBkgGround {
	background-color: #e7f1e8;
}

td.mainWhiteRow {
	background-color: #FFFFFF;
}

td.mainGreenDrkRow{
	color: #FFFFFF;
	background-color: #006600;
}
td.mainGreenLtRow   {
	background-color: #aed2bc;
}
tr.oddSpecRow {
	background-color: #d0e4d6;
}

table#standards {
	font-size: 8pt;
	line-height: normal;
}



/* LIGHT BOX*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}

#lightbox img{ 
	border: none; 
	clear: both;
} 

#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(../LightBox/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(LightBox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../LightBox/overlay.png", sizingMethod="scale");
	}
	
/* FORM STYLES*/	

.formError{
  	COLOR: #FF0000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
.formNormal{
	color: #000000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}

.required {
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-size: small;
}
