BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	
}
A {
	color : #000066;
	text-decoration : underline;
}
.copyright {
	color : #CCCCCC;
	font-size : 10px;
}
.smalltext {
	font-size : 10px;
}
.header1 {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
.header2 {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
.header3 {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
li{
	margin : 15px;
}


#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;
	color: Blue;
}

