.text {  
   	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #333333;
}

.text2 {  
   	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #EEEEEE;
}

.text3 {
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #000000;
}

body { 
	scrollbar-base-color: #252525; 
	scrollbar-face-color: #454545; 
	scrollbar-track-color: #252525; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #454545; 
	scrollbar-3dlight-color: #454545; 
	scrollbar-shadow-color: #454545;
	scrollbar-darkshadow-color: #454545;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/bkgdMain.gif);
	background-color: #252525;
	background-repeat: repeat; 
}
 
.link {
    font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #336600;
	text-decoration: underline;
}

.link2 {
    font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: underline;
}

.link3 {
    font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a {  
	text-decoration: none;
}
a:hover {  
    color: #FF0033;
	text-decoration: none;
}

.form {
     border: 1px #003366 solid;
	 font-family: Georgia, Times New Roman;
	 font-size: 11px;
	 color: #333333;
	 background-color: #EEEEEE;
	 font-weight: normal;
}

.button {
	border: 1px #CC0000 solid;
	padding: 3px;
	background-color: #CC0000;
	color: #EEEEEE;
	font-size: 10px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}

.imgBorder {
	border: 2px #660000 solid;
}

a.menubutton {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #20D4A7;
	padding: 7px;
	height: 30px;
	border-width: thin solid;
	border-color: #999999
}

a.menubutton:hover {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CF443F;
	padding: 7px;
	height: 30px;
	border-width: thin solid;
	border-color: #999999
}

#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-family: Georgia, Times New Roman;
	font-size: 11px;
	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;
}