.text {

    font-family: Arial;

	font-size: 11px;

	color: #000000;

}

.text2 {  

    font-family: Arial;

	font-size: 11px;

	color: #666666;

}

.text3 {  

    font-family: Arial;

	font-size: 11px;

	color: #333333;
      
      border-width: 0px;
}

.text4 {  

    font-family: Arial;

	font-size: 9px;

	color: #333333;

}

body { 

	scrollbar-base-color: #000000; 

	scrollbar-face-color: #003366; 

	scrollbar-track-color: #000000; 

	scrollbar-arrow-color: #FFFFFF;

	scrollbar-highlight-color: #003366; 

	scrollbar-3dlight-color: #003366; 

	scrollbar-shadow-color: #003366;

	scrollbar-darkshadow-color: #003366; 

}

.link {

    font-family: Arial;

	color: #000000;

	font-size: 11px;

	text-decoration: underline;

}

.link2 {

	font-family: Arial;

	font-size: 11px;

	color: #666666;

	text-decoration: underline;

}

.link3 {

	font-family: Arial;

	font-size: 11px;

	color: #333333;

	text-decoration: underline;

}

.link4 {

	font-family: Arial;

	font-size: 9px;

	color: #333333;

	text-decoration: none;

}

a {  

	text-decoration: none;

	color: #003366;

	font-weight: bold;

}

a:hover {  

    color: #CC0000;

	text-decoration: underline;

	font-weight: bold;

}

.form {

	border: 1px #333333 solid;

	font-family: Arial;

	font-size: 11px;

	color: #000000;

	background-color: #FEFEFE;

	font-weight: normal;

}

.button {

	font-family: Arial;

	font-size: 11px;

	color: #000000;

	font-weight: normal;

}

.menubutton {

	font-family: Arial;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	padding: 5px;

	height: 25px;

	width: 160px;

	border: 1px none #CCCCCC;

	background-image: url(../images/back_menu.gif);

}

a.menubutton:hover {

	font-family: Arial;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	padding: 5px;

	height: 25px;

	width: 160px;

	border: 1px none #CCCCCC;

	background-image: url(../images/back_menu_hov.gif);

}



#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: Arial;

	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;

}



.scrollCol {

	padding-right: 0px;

	padding-left: 0px;

	padding-bottom: 0px;

	padding-top: 0px;

	margin: 0px;

	overflow: auto;

	width: 100%;

	height: 600px;

}

