html, body {
	min-height:100%;
}
body {
	font-family:trebuchet ms;
	height:100%;
	background-color:#FFF;
	margin:0;
	text-align:justify;
	font-size:12px;
	color:#002b7f;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#header {
	background-image: url(../../img/vestibular/layout_20101/vestibular2010_topo-1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:106px;
	background-color:#FFFFFF;
}
div#header a{
	display:block; width:110px; height:100px; float:right;
}
div#header, div#barra01,  div#content, div#footer{
	width:940px;
	margin:auto;
	background-color:#FFFFFF;
}
div#content {
	min-height:660px;
	background-color:#D6EBFD;
	background-color:#D8DCE7;
	border:0 none;
	border-top:3px solid #FFF;
}
div#barra01 {
	padding:5px 0px;
	background-color:#0F3C60;
	display:none;
}
div#footer {
}
div.display {
	border:1px solid #C2D2E2;
	background-color:#E0E7F1;
	margin-bottom:10px;
}
div.display table {
	border-collapse:collapse;
	margin:5px;
}
div.display td, div.display tr {
	padding:5px;
	text-align:left;
}