body {

background-color: #FFDDDD;	
font-family: verdana, arial, helvetica, sans-serif;
margin-top: 0;	
margin-bottom: 25px;	
margin-left: 0; 
margin-right: 0;
scrollbar-3dlight-color : #FF0033; 
scrollbar-arrow-color : #FFFFFF; 
scrollbar-base-color : #990033; 
scrollbar-darkshadow-color : #CC0033; 
scrollbar-face-color : #CC3333;
scrollbar-highlight-color : #FF3333;
scrollbar-shadow-color : #FFDDDD;
scrollbar-track-color : #FF6666;
}

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-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; }

.p1 {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; font-size: .65em; }

.p2 {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; font-size: .75em; }

.p3 {margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; font-size: .9em; }

.p4 {margin-top: 10px; margin-bottom: 10px; margin-left: 15px; margin-right: 5px; font-size: .75em; }

h1 {background:transparent; font:bold 2.0em times new roman,times roman,serif; margin:0; } 

h2 {background:transparent; font:bold 1.5em Arial,sans serif; margin-left: 5px; margin-top: 0; margin-bottom: 0px;} 

h3 {background:transparent; font:bold 1em Arial,sans serif; margin-left: 5px; margin-top: 0; margin-bottom: 0px;}

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: #FFDDDD;
	text-align: center;
	font-size: .70em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right:  0px;
	color: inherit;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
#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: #FFDDDD;
	text-decoration: none;
}
#topmenu a:active {
	color: #000000;
	background-color: #FFDDDD;
	text-decoration: none;
}
#topmenu a:visited{
	color: #000000;
	background-color: #FFDDDD;
	text-decoration: none;

}
#topmenu a:hover {
	color: #000000;
	background-color: #FFDDDD;
	text-decoration:underline;
}

/* End styles for top menu */
