/******************************************************************************/
/* Yep I like that!!!                           */
/******************************************************************************/

* {
	font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none
}

.red { color: red}
.redb { color: red; FONT-WEIGHT: bold }

.grn { color: #336633}
.grnb { color: #336633; FONT-WEIGHT: bold }

.blu { color: blue}

a:hover { color: #999999}

body {
scrollbar-3d-light-color: #d8ecea;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #666666;
scrollbar-dark-shadow-color: #FFFFFF;
scrollbar-face-color: #336633;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF
}



/**** Image Thumbnail viewer- © Dynamic Drive (www.dynamicdrive.com) ****/
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #336633;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
font-size: 12px; 
margin-right: 1px;
color: #ffffff;
}