/* CSS Document */
body {
	background-color: #476a75;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.frame {
	border: 1px solid #194a59;
	background-color: #bfe5ea;
}

.border_white {
	border: 1px solid #FFFFFF;
}

.border_green {
	border: 1px solid #344E56;
}
.border_white_right {
	border-right: 1px solid #FFFFFF;
}

.link_topright {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_bottom_no {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_bottom {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_bottom:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #344E56;
	line-height:23px;
}

.text : link {
	font-family: Tahoma;
	font-size: 12px;
	color: #344E56;
	text-decoration: underline;
	line-height:23px;
}

.text : visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #344E56;
	text-decoration: underline;
	line-height:23px;
}

.border_green_botoom {
  	border-bottom: 1px solid #344E56;
}

.developed {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}