BODY {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

/* info menu */	
#info_container {
	height: 18px;
	background: white;
	margin-top: 36px;
	padding-left: 24px;
	}
	
#info_item {
	height: 18px;
	float: left;
	} 

#info_item_won {
	height: 18px;
	float: left;
	padding-left: 12px;
	} 
	
#info_item IMG{
	border: none;
	margin: 0px;
	}
/* v2 */
#info_container {
	height: 18px;
	background: white;
	margin-top: 36px;
	padding-left: 24px;
	}
	
.info_item {
	height: 18px;
	float: left;
	} 

.info_item_won {
	height: 18px;
	float: left;
	padding-left: 12px;
	} 
	
.info_item IMG{
	border: none;
	margin: 0px;
	}

/* area menu */	
#area_container {
	margin-top: 6px ;
	margin-left: 24px;
	background: white;
	}
	
#area_container TABLE {
	border-top: 1px black solid;
	}
	
#area_container TD IMG{
	padding-top: 3px;
	border: none;
	margin-right: 13px;
	}	
	
#area_container TD.last IMG{
	padding-top: 3px;
	border: none;
	margin-right: 0px;
	}

/* logo */
#logo_small {
	position: absolute;
	top: 21px;
	left: 581px;
	width: 256px;
	background: white;
	}
#logo_small IMG {
	display: inline-block;
	width: auto;
	border: none;
	}

/* footer */	
#footer_container {
	width: 720px;
	height: 18px;
	margin-top: 24px;
	background: #505962;
	font-family: Arial, Times, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	}
#footer {
	color: #C7CCD1;
	padding-left: 12px;
	float: left;
	height: 18px;
	line-height: 18px;
	}

#uporto_link {
	padding: 0px;
	float: right;
	}

#uporto_link IMG {
	border: 0px;
	}
	
#footer_container A, A:link, A:visited{
	color: #C7CCD1;	
	text-decoration: none;
	}

#footer_container A:hover{
	color: white;
	text-decoration: none;
	}

/* FORMS */
INPUT, TEXTAREA {
	font-family: Arial, Times, sans-serif;
	font-size: 8pt;
	}
