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

}

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

/*LAYOUT*/
.top {
	border-bottom: 1px dashed #24297a;
	height: 40px;
}

.title {
	font-size: x-small;
	color: #24297a;
	margin-left: 0px;
}

.main {
	text-align:justify;
	font-size:x-small;
	margin-top:15px;
	margin-bottom:10px;
	vertical-align:middle;
}

.footer {
	height: 25px;
	width: 100%;
	font: verdana;
	font-size: xx-small ;
}

.footer_esq {
	padding-left: 150px;
	text-align: left;	
}

.footer_dir {
	width: 150px;
	text-align: center;
}
