/* CSS Document */

<style type="text/css">

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

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

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

.side {font-family: "Verdana";color: #D6E8FD;font-size: 12px}
a.side:link {text-decoration:none;color: #D6E8FD;}
a.side:visited {text-decoration:none;color: #D6E8FD}
a.side:hover {text-decoration:none;color:#D6E8FD}
a.side:active {text-decoration:none;color: #d6E8FD}

/*used for page body title*/
.title {font-family: "Verdana";color: #4f341c;font-size:20px;font-weight:bold}
.title:first-letter{font-family: "Verdana";font-size: 36px;}


.middleb {font-family: "Verdana";color: #4f341c; font-weight:bold}

/*used for a title in the body*/
.middlet {
	font-family: "Verdana";
	color: #333333;
	font-size:16px;
	font-weight:bold;
	
}

/*used for text in the body*/
.middle {font-family: "Verdana";color: #333333;font-size: 12px}
a.middle:link {text-decoration:none;color: #714721;}
a.middle:visited {text-decoration:none;color: #714721}
a.middle:hover {text-decoration:none;color:#714721}
a.middle:active {text-decoration:none;color: #714721}

/*used for footer text*/
.footer {font-family: "Verdana"; color:#333333; font-size:10px; font-weight:bold}
a.footer:link {text-decoration:none;color:#4f341c}
a.footer:visited {text-decoration:none;color: #4f341c}
a.footer:hover {text-decoration:none;color:#4f341c}
a.footer:active {text-decoration:none;color:#4f341c;}

/*used for a footer table text*/
td.footer {font-family: "Verdana";}

/*used for a TITLE which is also a LINK*/
.biglink {font-family: "Verdana";color: #333333;font-size: 16px;font-weight: bold;}
a.biglink:link {text-decoration:none;color: #CC9900;}
a.biglink:visited {text-decoration:none;color: #CC9900}
a.biglink:hover {text-decoration:none;color:#CCCC00}
a.biglink:active {text-decoration:none;color: #CC9900}

.side {font-family: "Verdana"; font-size:16px; font-weight:bold}

</style>
</head>


