body {background-color: #FFDDDD;	
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top:0;	
	margin-bottom:25px;	
	margin-left:0; 
	margin-right:0;
}

A:hover {COLOR: red; TEXT-DECORATION: underline; }

A:active {COLOR: red; TEXT-DECORATION: underline; }

cite {text-align: center; font-family: monospace; color: #CC3333; background-color: transparent; font-size: .85em;	}

p { margin-left: .2em; margin-right: .2em; }

.p1 {font-size: .65em; }

.p2 {font-size: .75em; }

.p3 {font-size: .9em; }

hr {color: #CC3333; background-color: transparent; }

ul {list-style-type: circle; margin-top: -8px; margin-left: 5px; padding-left: 5px; }

li {margin-bottom: 6px; margin-left: 8px; }

small {font-size: .7em; }

spacer {font-size: .3em; }

em {font-size: .85em; }

.clsMenuItemNS, .clsMenuItemIE {text-decoration: none; font: bold 12px Arial; color: white; cursor: hand; z-index:100}

#MainTable A:hover {color: #333333;}


#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;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-right:  0px;
	color: inherit;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu a:link{ 
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:visited{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;

}
#topmenu a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration:underline;
}

/* End styles for top menu */

