/* external CSS file *//* NO HTML MARKUP ALLOWED *//* font-family *//* use ' ' for fonts with a space between the name *//* font-weight *//* normal, bold, bolder, lighter, 100-900, inherit *//* font-size *//* xx-small, x-small, small, medium, large, x-large, xx-large, *//* smaller, larger, <length>, <percentage>, inherit *//* font-style *//* italic, oblique, normal, inherit *//* font-variant *//* small-caps, normal, inherit *//* line-height *//* <lenght>, <percentage>, <number>, normal, inherit *//* text-transform *//* uppercase, lowercase, capitalize, none, inherit *//* text-decoration *//* none, underline, overline, line-through, blink, inherit *//* color *//* color, percentage (rgb), numeric (rgb), Hexadecimal */body,td,th {	font-family: Arial, Helvetica, Verdana, sans-serif; 	font-size: 10px;	font-style: normal; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none;	color: #FFFFCC; /* color is light yellow */	text-decoration: none	}body {	background-color: #433118; /* color is charcoal */	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	}	.bold	{	font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 11px;   font-style: normal;   line-height: 16px;   font-weight: bold;   font-variant: normal;    text-transform: none;   color: #333333; /* color is dark grey */   text-decoration: none   }   .italic 		{	font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 11px;   line-height: 16px;   font-style: italic;   font-weight: normal;   font-variant: normal;    text-transform: none;   color: #FFCCCC; /* color is light pink */   text-decoration: none   }   .link { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCCCC; /* color light pink */	text-decoration: none 	}	.copy {	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px;	font-style: normal; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none;	color: #FFFFCC; /* color is light yellow */	text-decoration: none	}	.highlight {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none;	color: #FFCC33; /* color is YELLOW */	text-decoration: none	}		.static { 	font-family: Arial, Verdana, Helvetica, sans-serif; 	font-size: 10px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color is burnt orange */	text-decoration: none 	}	.static3 { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color is burnt orange */	text-decoration: none 	}		.statictwo { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCC33; /* color yellow */	text-decoration: none		}	.header { 	font-family: Times, Times New Roman, Georgia, serif; 	font-size: 16px; 	font-style: normal;	line-height: 19px;  	font-weight: bold; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color is blue */	text-decoration: none 	}		.subheader { 	font-family: Georgia, Times New Roman, Times, serif; 	font-size: 13px; 	font-style: normal;	line-height: 18px;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #0066CC; /* color is blue */	text-decoration: none 	}	.subheadertwo { 	font-family: Georgia, Times New Roman, Times, serif; 	font-size: 13px; 	font-style: normal;	line-height: 18px;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCC33; /* color is blue */	text-decoration: none 	}				.footer { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 9px; 	font-style: normal; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFFFFF; /* color is blue */	text-decoration: none 	}	/* contact page */.contact { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px; 	font-style: normal; 	line-height: 18px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC0033; /* color is red */	text-decoration: none 	}/* contact page links */ a.contact:link { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #99CC99; /* color is green */	text-decoration: none 	}	a.contact:visited { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #99CC99; /* color is green */	text-decoration: none 	}	a.contact:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CCCCCC; /* color is light grey */	text-decoration: none		}	a.contact:active { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #99CC99; /* color is green */	text-decoration: none	}		/* start the LVHA ordering *//* :link - a hyperlink, an href attribute *//* :visited - a hyperlink that has already been visited *//* :hover - active when the mouse is over the hyperlink *//* :active - active when the mouse is clicking the hyperlink */ a.nav1:link { 	font-family: Arial, Helvetica, Verdana, sans-serif; 	font-size: 10px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFFFCC; /* color is light yellow */	text-decoration: none 	}	a.nav1:visited { 	font-family: Arial, Helvetica, Verdana, sans-serif; 	font-size: 10px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFFFCC; /* color is light yellow */	text-decoration: none 	}	a.nav1:hover { 	font-family: Arial, Helvetica, Verdana, sans-serif; 	font-size: 10px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color is brunt orange */	text-decoration: none 	}	a.nav1:active { 	font-family: Arial, Helvetica, Verdana, sans-serif; 	font-size: 10px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFFFCC; /* color is light yellowy */	text-decoration: none 	}	a.nav2:link { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #999999; /* color is grey */	text-decoration: none 	}	a.nav2:visited { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #999999; /* color is grey */	text-decoration: none 	}	a.nav2:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCC33; /* color yellow */	text-decoration: none		}	a.nav2:active { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #999999; /* color is grey */	text-decoration: none	} a.nav3:link { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFFFCC; /* color is light yellow */	text-decoration: none 	}	a.nav3:visited { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFFFCC; /* color is light yellow */	text-decoration: none 	}	a.nav3:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color is brunt orange */	text-decoration: none 	}	a.nav3:active { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCC33; /* color is orange */	text-decoration: none 	}	a.nav4:link { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: italic; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCCCC; /* color light pink */	text-decoration: none 	}	a.nav4:visited { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: italic; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCCCC; /* color light pink */	text-decoration: none 	}	a.nav4:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: italic; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color burnt orange */	text-decoration: none 	}	a.nav4:active { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: italic; 	line-height: 16px; 	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCCCC; /* color light pink */	text-decoration: none 	}	 a.link1:link { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCCCC; /* color is light pink */	text-decoration: none 	}	a.link1:visited { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCCCC; /* color is light pink */	text-decoration: none 	}	a.link1:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #CC6633; /* color is brunt orange */	text-decoration: none 	}	a.link1:active { 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-style: normal;  	font-weight: normal; 	font-variant: normal; 	text-transform: none; 	color: #FFCC33; /* color is orange */	text-decoration: none 	}