#dhtmltooltip
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
 	position: absolute;
 	width: 150px;
 	border: 1px solid black;
 	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
 	background-color: #FFFFFF;
 	visibility: hidden;
 	z-index: 100;
}

.norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.titl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.smaller_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.smallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.norm a:link { color: #00498F; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:visited { color: #00498F; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.white a:link { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:active { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }

.smaller a:link { color: #00498F; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:visited { color: #00498F; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.smallest a:link { color: #00498F; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:visited { color: #00498F; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.imgs a:link { text-decoration: none; }
.imgs a:visited { text-decoration: none; }
.imgs a:active { text-decoration: none; }
.imgs a:visited:hover { text-decoration: none; }
.imgs a:visited:hover { text-decoration: none; }

.frame 
{
  	width:446px;
	overflow:auto;
	height:453px;
	background-color: transparent; 
  	scrollbar-3dlight-color:#00498F; 
  	scrollbar-arrow-color:#FFFFFF; 
  	scrollbar-base-color:#FFFFFF; 
  	scrollbar-darkshadow-color:#FFFFFF; 
  	scrollbar-face-color:#00498F; 
  	scrollbar-highlight-color:#FFFFFF; 
  	scrollbar-shadow-color:#00498F;
}

.formbutton{

	cursor:pointer;
	border:outset 1px #000000;
	background:#00498F;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 2px;
	background-color:#00498F

}

#popupcontent
{
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	border:2px solid #00498F;
	background-color:#FFFFFF;
	padding:0; 
	z-index: 60;
}                 
