﻿body {
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	color: #D30203;
	
/*SCROLBAR*/	
	scrollbar-face-color: #B6B7B9;
	scrollbar-highlight-color: #cec8bc;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #cec8bc;
	scrollbar-darkshadow-color: #cec8bc;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;

}

/*LINKS*/
a {
	color: #D30203;
	text-decoration: none;
}
a:visited {
	color: #D30203;
	text-decoration: none;
}
a:active {
	color: #D30203;
	text-decoration: none;
}
a:hover {
	color: #D30203;
	text-decoration: underline;
}

/*LAYOUT*/
.center {
	text-align: center;
	height: 100%;
}

.header {
	text-align: center;
	background-color: #FFFFFF;
	height: 80px;
}

.header_esq {
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 80px;
}

.header_logo_esq {
	margin-left: 25px;
	margin-right: 25px;
}

.header_center {
	height: 80px;
	width: 100%;
	text-align: center;
	background-image:url('../images/fundo_menu_top.jpg');
}

.header_dir {
	text-align:center;
	vertical-align:middle;
	width:150px;
	height:80px;
}

.header_logo_dir {
	margin-left: 5px;
	margin-right: 5px;
}

.header_line {
	width:100%;
	height:12px;
	background-image:url('../images/fundo_top.jpg');
}

.menu {
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}

.colum_title_1 {
	height: 25px;
	text-align: center;
	color: #D30203;
	font-size: x-small;
	border-bottom: 3px double #B6B7B9;
}

.colum_title_2 {
	height: 25px;
	text-align: center;
	color: #D30203;
	font-size: x-small;
	border-top: 1px solid #B6B7B9;
	border-bottom: 3px double #B6B7B9;
}

.org {
	text-align: center;
	height: 100%;
}

.org_logos {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
}
.main {
	text-align: center;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
.inframe {
		border-left: 1px solid #B6B7B9;
		border-right: 1px solid #B6B7B9;
}

.title {
	border-bottom: 1px dotted #808080;
	height: 23px;
	font-size: x-small;
	color: #F76115;
	padding-left: 50px;
}

.right {
	width: 150px;
	background: white;
	vertical-align:top;
}