

body { 
background-color: #003300;
top-margin: 10px;
}

body, td {
font-family: trebuchet ms, arial, helvetica, sans-serif;
font-size: 12px;
color: #003300;
}

.main {
background-color: #F0F0C2;
border: 2px solid #F0F0C2;
}

.nav {
background-color: #000000;
font-size: 15px; 
font-weight: bold;
color: #ffffcc;
}

h1 { font-size: 20px; font-color: #004400; }
h2 { font-size: 16px; font-color: #004400; }

.nav a:link    { text-decoration: none; color: #ffffcc; }
.nav a:visited { text-decoration: none; color: #ffffcc; }
.nav a:hover   { text-decoration: none; color: #cc0000; }
.nav a:active  { text-decoration: none; color: #ffffcc; }


a:link    { color: #000000; font-weight: bold; }
a:visited { color: #000000; font-weight: bold; }
a:hover   { color: #009900; font-weight: bold; }
a:active  { color: #000000; font-weight: bold; }

.head1 { font-size: 18px; }
.head2 { font-size: 16px; }
.head3 { font-size: 14px; font-weight: bold; }

table.bert td {
background-color: #ffffee;
border: 1px solid #003300;
}

table.rates {
background-color: ffffee; 
border: 1px solid #006600;
}

table.rates td {
border: 1px solid #006600;
padding: 2px;
}

#lightbox{
background-color:#F0F0C2;
color: #003300;
font-family: arial;
font-size: 14px;
font-weight: bold;
padding: 20px;
}
	
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both;} 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #FFFFFF;
back\ground-color: transparent;
background-image: url(shim.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale"); }