/**/
/* StyleSheet do AFC - AMOR, Fé e Caridade - http://www.amorfeecaridade.org.br. */
/*Criado por djalma de souza e correia*/
/*urubualbino@gmail.com*/
/*http://www.djalma.web.pt*/
/**/
/*NOTA:*/
/**/
/*Cascading Style Sheets evolved as a response to the explosion of Internet content and the demand for a technology to help people create and maintain Web sites with a lot of pages and complex page layouts.*/
/**/
/*They enable you to specify a format for page elements such as paragraphs and tables, and then specify where these formats apply.*/
/**/

*{
	margin: 1;
	padding: 1;
}

/* General for common tags */

body{background:#eeeeee;}
font,table,tr,td,input,select,textarea,ul,ol,li {font-family:verdana,arial,geneva,sans-serif; font-size:10px; color:#231f20; text-decoration: none; }
a:link,a:active,a:visited { text-decoration: none; color : #9D9FA2; }
a:hover { text-decoration: underline; color : #231f20; }
hr { width:50%; size: 3px; }
p { text-align: justify; font-size: 10px; line-height: 15px; }
li { list-style-type : square; margin-left:20pt; line-height:12px;}

#fd-branco {
	width: 777px;
	border: 1px solid #cbcbcb;
	background-color: white;
	margin: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}

/* MENU */

.box-top {
	background:#fff url(../image/pht-fnd-menu.jpg) repeat-x top left scroll;
	width: 777;
	height: 101;
}

.box-logo {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	width: 52px;
}

.box-menu {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
}

/* FIM DO MENU */

/* AREA DAS PAGINAS */

.msg-texto {
	width: 650px;	
	background-color: #ffffff;
	border: 0px solid #ff0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: justify;
	vertical-align: top;
}

.msg-index {
	width: 110px; 	
	background-color: #eaeaea;
	border: 0px solid #cbcbcb;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	line-height: 20px;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}

.msg-img {
	float: right;
	padding: 1px 3px 1px 5px;
	border: 0px solid #000000;
	vertical-align: center;
	width: 200px;
}

/* FIM DA AREA DAS PAGINAS */

/* RODAPE */

.rodape-endereco {
	background-color: #ffffff;
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	color: #999999;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

/* FIM DO RODAPE */
