@charset "utf-8";
body {
	background-color: #CCCCCC;
	margin: 0px

}

li { 
	margin: 0;
	padding: 0;
	list-style-type: none

}

ul { 
	margin: 0;
	padding: 0

}

.janela {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table
}

.vertical {
	display: table-cell;
	vertical-align: middle
	
}

.horizontal {
	width: 700px; 
	height: 400px;
	margin: auto;
	
}

.conteudo {
		background:url(../images/fundo_pagina.gif) repeat-y
		
}


p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center

}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}