.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;
}

.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; }

.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

}