*{
	list-style:none;
	text-decoration:none;
	}

html, body {
		height:100%;
		margin: 0;
		padding: 0;
		overflow-y:hidden;
		overflow-x:hidden;	
		background:#0088f4;
		color:#FFFFFF;
	}

img {
	border:0;
	}

a {
	color:#FFF;
	font-weight:bold;
	}
	
h1 {
	width:396px;
	height:76px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999em;
	background: url(../logo.png) no-repeat;
	}

div#content {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		padding-top:50px;
		width:700px;
		margin:0 auto;
	}

span.destaque {
	text-shadow: #5d5d5d 0px 1px 1px;
	font-weight:bold;
	font-size:14px;
	}

div#warning {
	font-size:13px;
	margin-top:50px;
	}

.negrito {
	font-weight:bold;
	}