html{
	width:100%;
	height:100%;
}
body {
    margin: 0px;
    overflow-y: scroll;
	font-family:Georgia,"Times New Roman",Serif;
    font-size: 12px;
    color: black;
	width:100%;
	height:100%;
}

form {
    margin: 0px;
}

p {
    margin: 0px;
}

table {/*border:0px;*/
    border-collapse: collapse;
}

img {
    border: 0;
    outline: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
a {
    color: black;
    text-decoration: none;
    outline: none !important;
	
}
a:hover {
    color: black;
    text-decoration: none;
}
.clear {
    clear: both;
}

.canto1{
	height:15px;
	width:15px;
}
.canto2{
	height:15px;
	width:15px;
}
.canto3{
	height:15px;
	width:15px;
}
.canto4{
	height:15px;
	width:15px;
}
.linha1{
	background-image:url(layout/linha1.png);
	background-size:15px 15px;
	height:15px;
	width:100%;
}
.linha2{
	background-image:url(layout/linha2.png);
	background-size:15px 15px;
	height:100%;
	width:15px;
}
.linha3{
	background-image:url(layout/linha3.png);
	background-size:15px 15px;
	height:15px;
	width:100%;
}
.linha4{
	background-image:url(layout/linha4.png);
	height:100%;
	background-size:15px 15px;
	width:15px;
}
.conteudo{
	width:100%;
	height:100%;
	text-align:center;
	padding-top:50px;
}
.texto2{
	text-align:justify;
	width:440px;
	font-size:14px;
	padding-left:50%;
	margin-left:-220px;
}

.imagem{
	text-align:justify;
	width:440px;
	font-size:10px;
	padding-left:50%;
	margin-left:-220px;
}

.footer{
	font-family:Arial,Helvetica,Garuda,sans-serif;
    font-size: 10px;
	margin-bottom:30px;
}
.credits{
    float:right;
    text-align:right;
	font-size: 8px;
	letter-spacing:1px;
	padding-right:25px;
	font-family:Arial,Helvetica,Garuda,sans-serif;
	margin-top:-42px;
}