body
{
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;	
	background-color:#666;/*1aa64b*/
}
h1{font-family:arial;}

.clear{clear:both;}

a{text-decoration:none; color:#666;}
a:hover{text-decoration:underline; color:#333;}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#wrap
{
	width: 600px;
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */ 
	background:#FFF;
	padding:0px 15px 15px 15px;
	text-align:justify;
}

hr { background: #ccc; height: 1px; border: 0;  }

p
{
	margin-bottom:10px;
}

h1
{
	font-size:16px;
}

