* {
	font-size: 12px;
	font-family: "Verdana";
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}

html,
body {
	font-size: 12px;
	font-family: "Verdana";
	line-height: 1.8em;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #C4EABF;
}

* html body {}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00A07D;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
}
ul { margin-left: 35px; }
li { list-style-type: disc; }
/***********************************/


#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


#link_top {
	height: 18px;
	background-color: #00A07D;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}

#top {
	height: 163px;
}

#latsx {
	width: 190px;
	float: left;
	text-align: left;
}

#latsx_lat {
	width: 180px;
	float: left;
	text-align: left;
	padding-left: 10px;
	margin-top: 15px;
}

#content_main {
	width: 590px;
	float: right;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;

}

#bottom_first, #bottom_second, #bottom_third {
	width: 780px;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}

#bottom_first{
	margin-top: 25px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


#bottom_second{
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
#bottom_third{
	text-align: right;
	font-size: 11px;
	color: #666666;
}
#clear {
	clear: both;
}

.img{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

a.linkpag:link, a.linkpag:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.linkpag:hover {
	color: #666666;
	text-decoration: underline;
}
a.linkpag:active {
	text-decoration: none;
}


a.return:link, a.return:visited {
	color: #999999;
	text-decoration: none;
}

a.return:hover {
	color: #666666;
	text-decoration: underline;
}

