
body, li {
	   font-family:"Trebuchet MS",arial,helvetica,"sans serif";
	   font-size:14px;
	   color:#006666
	   }

table { font-family:"Trebuchet MS",Arial,Helvetica,"sans serif";
	   font-size:14px;
	   color:#006666;
	   }
	   
td { font-family:"Trebuchet MS",Arial,Helvetica,"sans serif";
	   font-size:14px;
	   color:#006666;
	   }
	   
td.solid-green {border: 3px solid #008000; padding: 4; background-color: #FFFFCC}
td.header-solid-green {border: 3px solid #009933; padding: 4; background-color: #009933; }
td.solid-red {border: 3px solid #FF0000; padding: 4; background-color: #FFFFCC}
td.header-solid-red {border: 3px solid #FF0000; padding: 4; background-color: #FF0000; }
td.solid-blue {border: 3px solid #3366CC; padding: 4; background-color: #FFFFCC}
td.header-solid-blue {border: 3px solid #3366CC; padding: 4; background-color: #3366CC; }
td.solid-orange {border: 3px solid #FF9900; padding: 4; background-color: #FFFFCC}
td.header-solid-orange {border: 3px solid #FF9900; padding: 4; background-color: #FF9900; }

a:link { font-family:"Trebuchet MS",Arial,Helvetica,"sans serif";
	   	 font-size:13px;
 		font-weight:bold;
	   	 color:#006666;
	   	 }

a:visited { font-family:"Trebuchet MS",Arial,Helvetica,"sans serif";
	   	 font-size:13px;
		font-weight:bold;
	   	 color:#006666;
	   	 }
	   	 
a:active { font-family:"Trebuchet MS",Arial,Helvetica,"sans serif";
	   	 font-size:13px;
		font-weight:bold;
	   	 color:#006666;
	   	 }

a:hover { font-family:"Trebuchet MS",Arial,Helvetica,"sans serif";
	   	 font-size:13px;
	   	 font-weight:bold;
	   	 color:#00ffff;
	   	 text-decoration:none;
	   	 }

select { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 14px;
		color: #666666;
		}
		
input  { font-family: "Trebuchet MS",arial,verdana;
		font-size: 14px;
		color: #666666;
		}
	   	 
checkbox { background-color:#ffffff;
		  font-family:helvetica;
	   	 font-size:10px;
	   	 color:#666666;
	   	 }

.tableheader { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 14px;
		font-weight:bold;
		color: #006666;
		border-bottom: 2px solid #C0C0C0 
		}

.tablerow { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 14px;
		color: #006666;
		border-bottom: 1px solid #C0C0C0 
		}

.bullet  { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 14px;
		font-weight:bold;
		color: #006666;
		}

.button  { font-family: "Trebuchet MS",arial,verdana;
		font-size: 14px;
		font-weight:bold;
		color: #006666;
		}

.title { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 24px;
		font-weight:bold;
		color: #006666;
		}

.highlight  { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 14px;
		font-weight:bold;
		color: #FF9933;
		}

.heading  { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 18px;
		font-weight:bold;
		color: #006666;
		}

.listing  { font-family: "Trebuchet MS",arial,helvetica,"sans serif";
		font-size: 10px;
		color: #006666;
		}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}</pre>