/* The TD is needed because Netscape does not inherit properly from other tags! */
body {
	font-family: arial, helvetica, san-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}




a.imageLink:link, a.imageLink:visited, a.imageLink.active, a.imageLink.hover {
	background: none transparent scroll repeat 0% 0%;
}


/* ANCHOR STUFF HERE!   NOTE THAT HOVER ONLY WORKS IN EXPLORER! */
/*Yellow -- Unvisited link */
A:link {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #FFFF43;
	TEXT-DECORATION: underline;
}

/*Netscape uses alink color from page BODY attribute */
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #F4720B;
	TEXT-DECORATION: underline;
}

/*Tan -- Previously visited */
a:link, a:active, a:visited{
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #a52a2a;
	TEXT-DECORATION: underline;
}

/* Orange -- mouse over link. A:hover is only implimented in IE */
a:hover {
	BACKGROUND: none #A52A2A;
	COLOR: #FAFAD2;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: ARIAL, HELVETICA, Geneva, sans-serif;
	color: #a52a2a;
	margin: 0px;
	font-weight: bold;
}

.redTextSmall{
	color: #a52a2a;
	font-size: 85%;
	font-weight: bolder;
}

.redTextNormal{
	color: #a52a2a;
	font-weight: bolder;
}

.RedTextLarge{
	color: #a52a2a;
	font-size: 110%;
	font-weight: bold;
}


.copyright {
	color: #FFE49B;
	font-weight: bold;
	font-family: ARIAL, HELVETICA, Geneva, sans-serif;
	font-size: 70%;
	font-style: italic;
}

/* Yellow HiLite stuff here! */
.HiLite {
	background:#ffff99;
	color: #000000;
}

div.warning {
	BACKGROUND: none transparent;
	COLOR: #F4720B;
	font: italic 117% ARIAL,HELVETICA,Geneva,sans-serif;
	font-weight: bold;
	text-decoration: blink
}

.littlesmaller {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-style: normal;
	font-variant: normal;
}

UL{
  list-style: round outside ;
}


/*   NEW STUFF HERE              */

.newTable{
	BORDER: thin solid #1A4642;
	font-size: 22pt;
}

/* Equivalent of "SIZE = 2" */
DIV.SMALLtext1, H6{
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sanserif; 
	FONT-SIZE: 12pt;
	LINE-HEIGHT: 16pt; 
	FONT-WEIGHT: normal
}

/* Equivalent of "SIZE = 1" */
DIV.SMALLtext2{
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 10pt;
	LINE-HEIGHT: 14pt;  
	FONT-WEIGHT: normal
}

DIV.SMALLtext1{
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif; 
	FONT-SIZE: 8.5pt;
	FONT-WEIGHT: normal
}

DIV.SMALLbold1{
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif; 
	FONT-SIZE: 8.5pt;
	FONT-WEIGHT: bold
}

div.DarkText3 {
	BACKGROUND: transparent;
	COLOR: #a52a2a;
	FONT-SIZE: 14pt;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif;
	FONT-WEIGHT: bold }
	
/* 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");
}


/* Google Map */
td.Google {
	font-size: 8pt;
	font-weight: normal;
}
.Googletable {
	font-size: 8pt;
	font-weight: normal;
	border: thin solid #0B51A1;
}

