/* CSS Document: General Styles */

img {
	border: 0px;
}

.lv_1 {
	font-weight: bold;
	font-family: Arial,Helvetica;
	font-size: 16px;
}

.lv_2 {
	font-weight: bold;  /*font-weight: bold;*/
	font-family: Verdana,Arial,Helvetica; /*Century Gothic,Arial,Helvetica;*/
	font-size: 12px; /*font-size: 12px; */
}
.lv_3 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
}
.lv_4 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}
.lv_5 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
}

.hide {
		position: absolute;
		visibility: hidden;
		color: white;
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		left: 300px;
		top: 5px;
		text-align: center;
		width: 200px;
		height: 5px;
}

.top_searchword {
		position: absolute;
		left: 510px;
		top: 112px;
		z-index: -1;
}

.top_searchblock {
		position: absolute;
		left: 585px;
		top: 115px;
		z-index: -1;
}

.top_gobutton {
		position: absolute;
		left: 757px;
		top: 116px;
		z-index: -1;
}

.top_searchword_MAC {
		position: absolute;
		left: 510px;
		top: 107px;
		z-index: -1;
}

.top_searchblock_MAC {
		position: absolute;
		left: 585px;
		top: 110px;
		z-index: -1;
}

.top_gobutton_MAC {
		position: absolute;
		left: 757px;
		top: 109px;
		z-index: -1;
}


.tbnav  {
	font-family : Century Gothic, Geneva, Arial, Helvetica, sans-serif;   /* font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size : 75%;																						 /* font-size : 80%; */
	text-decoration : none;
	hoover: black;
	color : White;
}

.views  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration : none;
	hover: black;
	color : #7F0800;			/* color : 5C96C4; color : 7F0800; */
}

A.tbnav:hover {color:black}
A.tbnav {text-decoration:none; color:white}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.popupDiv
{
	position: absolute;
	visibility: hidden;
	display: inline-block; 
	border: 0px; /*solid 3px #9FD5A2;*/
	background-color: #284B6C;
}

.popupSubDiv
{
	position: absolute;
	top: 10px;
	left: 136px;
	visibility: hidden;
	display: inline-block; 
	border: 0px; /*solid 3px #9FD5A2;*/
	background-color: #284B6C;
}

.popupLink
{
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #3C728C;
	/*border-color: #FFFFFF;
	border-style: solid;*/
	border-collapse: collapse;
	display: block;
	padding: 4px;
	background-color: #284B6C;
	font-size: 10px;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
}

.popupLink:hover
{
	background-color: #246882;
	color: #FFFFFF;
}

td.bottom-divider
{
	background-color: #c0c0c0;
	width: 1px;
}

