.header{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:active.header{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover.header{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3 {	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}


.popup_menu{
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-color: #dddddd;
  position:absolute;
  z-index:2;
  top:280px;
  opacity:0.9;
  FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  visibility: hidden;
}

.bottom_menu{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active.bottom_menu{
	font-family: Verdana;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover.bottom_menu{
	font-family: Verdana;
	font-size: 10px;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}

.text{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:active.text{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover.text{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

h1{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-top:7px;
	margin-bottom:7px;
}

h2{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-top:7px;
	margin-bottom:7px;
}

.title{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:active.title{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover.title{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.art_link{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1 dotted #cccccc;
}
a:active.art_link{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1 dotted #666666;
}
a:hover.art_link{
	font-family: Verdana;
	font-size: 12px;
	color: #0099ff;
	font-weight: normal;
	text-decoration: none;
	border-bottom:1 dotted #0099ff;
}

.control{
	border:1px solid #003399;
	background-color: #dddddd;
}