body {
	text-align: center;
}
#screen {
	width: 902px;
	text-align: left;
	font-family: Verdana; font-size: 12px; font-weight: normal;
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	position: relative;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
/*TOP*/
#top {
	width: 902px; height: 80px;
	position: relative;
	border-top: 0px solid rgb(255, 255, 255);
	border-left:0px solid rgb(255, 255, 255);
	border-right: 0px solid rgb(255, 255, 255);
	padding: 0px;
}
#logo {
	width: 266px; height: 79px;
	position: absolute; left:0px; top:0px;
}
#topimg {
	width: 451px; height: 80px;
	position: absolute; right: 0px; top:0px;
}
/*MENU*/
#menu {
	width: 902px; height: 34px;
	position: relative;
	background: rgb(0, 174, 239);
	border-left: 0px solid rgb(200, 200, 200);
	border-right: 0px solid rgb(200, 200, 200);
	border-bottom: 0px solid rgb(200, 200, 200);
	padding: 0px;
}
#menutext{
	width: 100%; height: 16px;
	position: absolute; left:0px; top:8px;
	text-align: center;
}
#menutext a {
	padding: 20px;
	font-size: 16px; font-weight: normal;
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#menutext #self1 {
	color: rgb(255, 255, 255);
	font-weight: bold;
}
#menutext a:focus, #menutext a:hover, #menutext a:active {
	color:rgb(255, 255, 255);
	font-weight: bold;
}
/*CONTENT*/
#content {
	width: 870px;
	position: relative;
	border-left:1px solid rgb(200, 200, 200);
	border-right: 1px solid rgb(200, 200, 200);
	border-bottom: 1px solid rgb(200, 200, 200);
	padding: 15px;
}
div.title{
	width: 100%; height: 45px;
	border-bottom: 1px solid rgb(200, 200, 200);
	color: rgb(0, 0, 0);
}
div.title h1{
	position: relative; left: 10px; top: 10px;
}
/*NO COLS*/
div.nocols {
	width: 100%;
	padding: 30px 0px 0px 0px;
	line-height: 150%;
	text-align: left;
}
div.nocols img {
	float: right;
	margin: 15px 0px 15px 15px;
	border-style: none;
}
div.nocols img.faixa {
	position: relative;
	margin: 0px 0px 0px 0px;
	border-style: none;
}
div.nocols p.centra {
	text-align: center;
}
div.nocols img.centra {
	float: none;
	margin: 0px 0px 0px 0px;
	border-style: none;
}
/*LEFT COL*/
div.leftcol {
	width: 160px;
	padding: 30px 10px 30px 0px;
	text-align: left;
	line-height: 150%;
	float: left;
}
div.leftcol a{
	font-size: 16px; font-weight: normal;
	text-decoration: none;
	color: rgb(0, 174, 239);
}
div.leftcol #self2 {
	color: rgb(0, 144, 209);
	font-weight: bold;
}
div.leftcol a:focus, div.leftcol a:hover, div.leftcol a:active {
	color: rgb(0, 144, 209);
	font-weight: bold;
}
/*RIGHT COL*/
div.rightcol {
	width: 687px; /* -3 pixels because of the "float drop bug" en IE6 */
	padding: 30px 0px 0px 10px;
	text-align: left;
	line-height: 150%;
}
div.rightcol img {
	float: right;
	margin: 15px 0px 15px 15px;
	border-style: none;
}
div.rightcol img.faixa {
	position: relative;
	margin: 0px 0px 0px 0px;
	border-style: none;
}
/*BOTTOM*/
#bottom {
	width: 100%; height: 20px;
	border-top: 0px solid rgb(130, 130, 130);
	color: rgb(130, 130, 130);
	line-height: 150%;
}