BODY{ font-family: verdana}

A:visited 
{
font-weight: 500; font-size: 8pt;  color: #004080; text-decoration:none; font-family: verdana; 
}
A:active 
{
font-weight: 500; font-size: 8pt;  color: #004080; text-decoration:none; font-family: verdana;
}
A 
{
font-weight: 500; font-size: 8pt;  color: #004080; text-decoration:none; font-family: verdana;
}
A:hover 
{
font-weight: 500;font-size: 8pt;color: red; text-decoration:underline;font-family: verdana;
}

#st1 { font-family: verdana; font-weight: 500; font-size: 10pt;}
#st2 { font-family: times; font-weight: 500; font-size: 12pt; color:#848484;}
#st3 { font-family: verdana; font-weight: 500; font-size: 10pt; color:#003C64;}

#stBox { font-family: verdana; font-weight: 500; font-size: 8pt;}

#s1_menu{font-weight: regular; font-size: 8pt;  color: #000000; text-decoration:none; font-family: verdana;}
#s2_menu{font-weight: regular; font-size: 8pt;  color: #a1a1a1; text-decoration:none; font-family: verdana;}

#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: normal;
	margin-right: 1px;
	}  
	
.menutitle{
cursor:pointer;
margin-bottom: 0px;
margin-left: 2px;
background-color:#f4f4f4;
color:#000000;
width:120px;
text-align:center;
font-weight:regular;
font-size: 8pt;
font-family: verdana;
}

.submenu{
margin-bottom: 0.5em;
}

.delta{
margin-left: 5px;
margin-right: 5px;
}

.menuArea{
margin-left: 5px;
margin-right: 5px;
}
	
.notes{
margin-bottom: 0px;
margin-left: 2px;
color:#000000;
text-align:center;
font-weight:regular;
font-size: 8pt;
font-family: verdana;
}

.smallText{
cursor:pointer;
color:#ababab;
text-align:center;
font-size: 6pt;
font-family: verdana;
}

//------------------------------------------------------

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container 
{
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
	background: #D7EFF9;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 4px;
}
