body {
	background-color: #f7f7f7;
	background-image: url(bck.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}

#titulotop {
	width: 900px;
	height: 40px;
	margin: auto;
}

#form {
	margin: auto;
	clear: both;
	background-color: #FFF;
	width: 700px;
	height: 100%;
	padding: 15px;	
}

#form select {
	border-bottom-color: 999;
	border-bottom-style: dotted;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #333;
}

#form input {
	border-bottom-color: #999;
	border-bottom-style: dotted;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #333;
}

p.form {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

p.form2 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}


#rodape {
	background-image: url(logolondrisoft.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	float: left;
	clear: both;
}

p.TITULO {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	font-style: normal;
}

p.RDP {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	font-style: normal;
}

table.TEXTO {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* MENU */
#menu {
	width: 100%;
	height: 25px;
	background-color: #27476B;
	margin: 0 auto;
	clear: both;
}

#menu ul { 
    list-style: none;
	text-align: center;
}

#menu ul li {
	display: inline;
	text-align: center;
}

#menu ul li a { 
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	background-color: #27476B;
	float: left;
	padding: 4px 6px;
	margin-left: 5px;
	text-decoration: none;
}

#menu ul li a:hover { 
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003;
	background-color: #FFF;
	float: left;
	padding: 4px 6px;
	margin-left: 5px;
	text-decoration: none;
}

/* COMO FAZER */

#principal {
	padding: 15px;
	background-color: #FFF;
	background-position: bottom;
	background-repeat: repeat;
	margin: auto;
	width: 700px;
	height: 600px;
}

p.howto {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-stretch: semi-condensed;
	font-style: normal;
	font-weight:700;
}

p.dadosenvio {
	color: #27426D;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-stretch: semi-condensed;
	font-style: normal;
	font-weight:900;
}

p.dadosenvio2 {
	color: #27426D;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-stretch: semi-condensed;
	font-style: normal;
	font-weight:900;
}

h4.dados {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
}

a.index{
	color: #365183;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
}