body, table, th, td { font-family: verdana, arial, sans-serif; font-size: 12px; line-height: 1.5em; margin: 0; padding: 0; }

/* Text Font Only */
.white { font-size: 11px; color: #FFFFFF; }                               /* White Font                */
.brown { font-size: 14px; font-weight: bold; color: #AB7345; }            /* Large Brown               */
.titl3 { font-size: 11px; font-weight: bold; color: #000000; }            /* Small Black               */
.small { font-size: 11px; color: #000000; }                               /* Tahoma Black              */


/* Links Only */
a         { color: #CF782A; text-decoration: none; }
a:visited { color: #CF782A; text-decoration: none; }
a:hover   { color: #A51030; text-decoration: underline; }


/* Lightbox */
#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; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/js/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/js/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/overlay.png", sizingMethod="scale");
	}
