﻿*
{
	font-family:Verdana;
	color: #000000;
	margin-top: 0px;
}

a
{
	font-style: italic;
	text-decoration: none;
	color: Blue;
}

li
{
	line-height: 25px;
	margin-bottom: 20px;
}

body
{
	margin-top: 0px;
	background-image: url('../imagens/degrade.png');
	background-repeat: repeat-x;
}

#divCentro
{
	text-align: center;	
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
}

.Textbox
{
	background-color: #E9FCFF;
	font-size: 17px;
	color: #000000;

	padding-bottom: 7px;
	padding-top: 7px;
	
	border-style: inset;
	border-color: #626A6B;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 0;
	border-left-width: 0;
}

.ParagrafoComum
{
	line-height: 25px;
}