.text {
	font-family: Tahoma;
	font-size: 12px;
	color: 636262;
	font-weight: normal;
	line-height: 14px;
}
h1 {
	text-align: center;
	font-family: Tahoma;
	font-size: 16px;
	color: 636262;
	font-weight: bold;
	line-height: 10px;
}

textarea 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #a1f025;
}

.info {
	text-align: left;
	font-family: Tahoma;
	font-size: 16px;
	color: 636262;
	font-weight: bold;
	line-height: 10px;
}
.h_index{
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
	color: 636262;
	font-weight: bold;
}
.high td{background-color: #ddf6b6;}
.unhigh td{background-color: #ffffff;}
.news {text-align: justify;}
.frame_green{border: 1px solid green; padding: 3;}
.frame_gray{border: 1px solid gray; padding: 3;}
.frame_inv{border: 1px solid #ddf6b6; padding: 3;}
.frame_dotted{border: 1px dotted green;}
.input_form {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #5F726F;
	background-color: #ddf6b6;
}
.inputs {
font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #a1f025;
	height: 19px;
	text-align: center;
}
.button {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	background-color: #bcf95d;
	border: 1px solid #8dc830;
	height: 19px;
	text-align: center;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

a:link {
	color: 636262;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: 636262;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: 5dd741;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

a.menu:link {
	color: 528201;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
a.menu:visited {
	color: 528201;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.menu:hover {
	color: 5dd741;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

a.f:link {
	color: white;
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;

}
a.f:visited {
	color: white;
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.f:hover {
	color: 000080;
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 920;
	height: 10px;
	margin: 0;
	padding: 0;
	background: # url(img/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 6;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(img/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 26px;
	padding-left: 10px;
	float: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {

	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 25px;
	background: transparent url(img/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(img/bg-bubplastic-h-aqua.gif) top left no-repeat;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	
	
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(img/bg-bubplastic-h-aqua.gif) top right no-repeat;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.aqua ul li a:visited, 
.bubplastic.aqua ul li a:visited span.menu_ar

{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}


#test li {
	display: block;
	border: solid 1px red;
}
