body {

	/** text */
	font-family: 'Microsoft Sans Serif', Arial;
    text-align:center;
	font-size: .6em;
	line-height: 1.5;
	
	/** colors */
	color: #8592AD;
	background-color: #DDDDDD;
	
	/** measures */
    margin-top: 0px;
    padding: 0px;
}

a {
	/** text */
	text-decoration: none;
	
	/** colors */
	border: none;
	color: #586685;
}

a:hover{
	text-decoration: underline;
}

a.anchor:hover{
	text-decoration: none;
}

input {
	
	/** text */
	font-size: 10px;
	
	/** colors */
	background: #FFFFFF;
	color: #868F81;
	border: solid 1px #868F81;
}

.button {

	/** colors */
	background: transparent;
	color: #586685;
	border: none;	
}

#container {

	/** measures */
	margin: 0px auto 0px;
	padding: 0px;
	width: 740px;
}

#header {

	/** colors */
	background: #FFFFFF url(../images/header.gif) no-repeat left top;

	/** measures */
	height: 150px;
	margin-bottom: 1px;
}

#header h1 {
	display: none;
}

#flagEN {
	
	/** colors */
	background: url(../images/flag_uk.gif) no-repeat center center;

	/** measures */
	margin: 10px 0px 0px 440px;
	width: 25px;
	height: 18px;

	/** alignment */
	position: absolute;
}

#flagPT {
	
	/** colors */
	background: url(../images/flag_pt.gif) no-repeat center center;

	/** measures */
	margin: 10px 0px 0px 440px;
	width: 25px;
	height: 18px;

	/** alignment */
	position: absolute;
}

#jade {

	/** colors */
	background: url(../images/jade.gif) no-repeat;
	
	/** measures */
	height: 79px;
	width: 189px;
	margin: 50px 30px 0px 0px;

	/** alignment */
	float: right;
}

#left_ {

	/** colors */
	background: url(../images/left_.gif) no-repeat left top;
	
	/** measures */
	height: 10px;
	width: 9px;
	
	/** alignment */
	float: left;
}

#right_ {
	
	/** colors */
	background: url(../images/right_.gif) no-repeat right top;
	
	/** measures */
	height: 10px;
	width: 9px;
	
	/** alignment */
	float: right;
}

#content {

	/** text */
	text-align: left;
	
	/** colors #EDF0F6 */
	background: #EFF1EB url(../images/top_.gif) repeat-x top;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

	/** measures */
	padding: 50px 0px;
	width: 720px;
	
	/** alignment */
	float:left;
}

#cenas {

	/** measures */
	width: 200px;
	margin: 300px 0px 0px 520px;
	padding-bottom: 20px;

	/** alignment */
	position: absolute;
	
}

#sidebar {

	/** colors */
	background: #FFFFFF url(../images/sideb_bot.gif) no-repeat bottom;
	
	/** measures */
	width: 200px;
	margin: -51px 5px 20px 40px;
	padding-bottom: 20px;
	
	/** alignment */
	position: relative;
	float: right;
}

#sideb_head {

	/** colors */
	background: url(../images/sideb_top.gif) no-repeat right top;
	
	/** measures */
	height: 10px;
	margin: -15px;
}

#sideb_body {

	/** colors */
	background: url(../images/sideb_right.gif) repeat-y right top;

	/** measures */
	height: 300px;
	padding: 15px;
}

#text {

	/** text */
	text-align:justify;
	font-size: 11px;

	/** measures */
	padding: 0px 40px 10px 40px;
}

#text h1 {

	/** text */
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;

	/** colors */
	color: #868F81;
}

#footer {

	/** text */
	text-align: left;

	/** colors */
	background: #FFFFFF url(../images/footer.gif) repeat-x bottom;
	
	/** measures */
	margin: -1px auto 0px;
	padding: 0px;
	width: 740px;
	height: 150px;
	
	/** alignment */
	clear: both;
}

#foot {

	/** colors */
	background: url(../images/bottom_.gif) repeat-x top;
	
	/** measures */
	width: 720px;
	height: 10px;
	padding: 0px 1px;
	
	/** alignment */
	float: left;
}

#ftext {

	/** colors */
	background: url(../images/junifeup.gif) no-repeat 545px center;
	
	/** measures */
	padding: 15px 20px;
}


#right2_ {

	/** colors */
	background: url(../images/right2_.gif) no-repeat right top;
	
	/** measures */
	height: 10px;
	width: 9px;
	
	/** alignment */
	float: right;
}

#left2_ {
	
	/** colors */
	background: url(../images/left2_.gif) no-repeat left top;
	
	/** measures */
	height: 10px;
	width: 9px;
	
	/** alignment */
	float: left;
}

#menu {

	/** text */
	text-align: center;
	font-size: 10px;

	/** measures */
	margin: -51px 0px 0px 0px;
	height: 25px;
	width: 610px;
	
	/** alignment */
	position: relative;
	float: left;
}

#menu div {

	/** colors */
	background: url(../images/menuin.gif) no-repeat center top;

	/** measures */
	width: 98px;
	height: 25px;
	margin-left: 5px;
	padding-top: 2px;

	/** alignment */
	float: left;
}

#menu .selected {
	background: url(../images/menuout.gif) no-repeat center top;
}

.error{
	color: #FF0000;
}

.alignCenter{
	text-align: center;
}