* {
	margin: 0;
	padding: 0;
}

body {
  	font: 76% trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*line-height: 110%;*/
  	color: #FFF;
  	text-align: justify;
	background: url('../images/bg.png') top left repeat;
}

p { padding: 10px 0; }

h2.noscript {
	color: #F00;
	border: 2px solid #F00;
	border-left: 0; border-right: 0;
	background: #FFF;
	padding: 5px 10px;
	text-align: center;
}

#info { display: none; }

/*#popupbox
{
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	width: 400px;
	background: #FFF;
	text-align: center;
	border: 2px solid #000;
	padding: 10px;
	visibility: hidden;
}
#popupbox h3 { margin: 0; padding: 0; margin-bottom: 5px; }
#popupbox p { margin: 0; padding: 0; }*/

#dhtmltooltip {
text-align: center;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 5px;
background: #FFC;
visibility: hidden;
z-index: 100;
color: #000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmlpointer{
position: absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#container {
	margin: 20px auto;
	width: 900px;
	color: #000;
}

#menu {	border: 1px solid #666; }
#menu_swf ul {
	list-style: none;
}
#menu_swf li {
	float: left;
	width: 130px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #CCC;
}

.clear { clear: both; }

#content {
	background: #FFF url('../images/content_bg.png') top left repeat-x;
	border: 2px solid #666; border-top: 0px; border-bottom: 0px;
	padding: 20px; padding-bottom: 0;
	/*width: 856px !important;
	width : 900px;
	float: left;*/
}

#pag_title {
	margin-bottom: 5px;
}

/* era mainpage */
#content {	min-height: 150px;  }
#content {	padding-bottom: 10px; }


#footer {
	clear: both;
	/*float: left;*/
}

div.backlink {
	position: relative;
	top: 0; right: -20px;
	background: url('../images/bg_backlink.png') top right repeat-y;
	text-align: right;
	padding: 2px 0;
	padding-right: 15px;
}
div.backlink a {
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
div.backlink a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
