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

}

/*LINKS*/

/*LAYOUT*/
.lateral_esquerda {
	background-image: url('../images/lat_esq.gif');
	width: 5px;
	height: 100%;
}

.lateral_direita {
	background-image: url('../images/lat_dir.gif');
	width: 5px;
	height: 100%;
}

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

.header {
	text-align: center;
	background-color: #005679;
	height: 100px;
}

.menu {
	text-align: center;
	border-top: 1px solid #DEDCE9;
	background-color: #005679;
	height: 25px;
}

.main {
	text-align: center;
	height: 100%;
	color: #FFFFFF;
	background-color: white;
}

.footer {
	text-align: center;
	height: 25px;
	background-color: #005679;
	font-size: xx-small;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #009240;
	text-decoration: underline;
}

.in_footer {
	margin-left: 50px;
	text-align: left;
	color: #FFFFFF;
}

