body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(images/main/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
.style1 {
	color: #00467f
}

.navdown {
	color: #333333
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #00467f;
}
a:visited {
	color: #00467f;
}
a:hover {
	color: #00467f;
}
a:active {
	color: #00467f;
}

.style3 {
	color: #00467f; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

/* CSS FOR IMAGE POPUP JAVASCRIPT */
#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-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
		font-size:12px; 
	margin-right: 1px;
}
/* END CSS FOR IMAGE POPUP JAVASCRIPT */