a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000099;
	font-size : 12px;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color: #333333;
}
.flink{
	padding-left : 5px;
	padding-right : 5px;
	width : 120px
}
.topmenu {
	font: bold 14px "Comic Sans MS";
	color : #000099;
	padding-left : 4px;
}
.bgfix{

	background-repeat : repeat-x;
}
.header{
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
	font-size : 16px;
	font-stretch : narrower;
	color : #000099;
}
.kisheader{
	font: bold 13px "Comic Sans MS";
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
}
.text{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
}
.linkright{
	float : right;
	padding-right : 5px;
}
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
text-align : center;
min-width: 600px; /*NS6 style to overcome bug*/
}
#fadeinbox{
	position:absolute;
	width: 300px;
	left: 0;
	top: -400px;
	border: 1px solid black;

	padding: 1px;
	z-index: 100;
	visibility:hidden;
	height: 350;

}
#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid red;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
