@charset "utf-8";
/*In Jesus we Trust*/


/** ************************** **/
/* Css Importados */
/** ************************** **/
@import "eventos.css";
@import "principal.css";
@import "visitantes.css";
@import "home.css";

/** ************************** **/

/** ************************** **/
/* Geral - Tags */
/** ************************** **/

* { 
	margin: 0; padding: 0; 
}

html { 
	font-size: 125%; 
}

body {
	font: normal 10px Verdana,Arial, Helvetica, sans-serif; 
	color: #525252;
}

a { text-decoration: none; color: #525252 }
a:visited { color: #525252 }
a:hover { text-decoration: underline; color: #525252 }
a:active { color: #525252 }
img { border: none; margin: 0; }


/** ************************** **/
/*Bread Crump */
/** ************************** **/

a.breadcrump:link { text-decoration: none; color: #000000; }
a.breadcrump:visited { color: #000000; }
a.breadcrump:hover { text-decoration: underline; color: #000000; }
a.breadcrump:active { color: #000000; }

/** ************************** **/
/*Bottom */
/** ************************** **/
.bottom { color: #c4c4c4; }
a.bottom:link { text-decoration: none; color: #c4c4c4; }
a.bottom:visited { color: #c4c4c4; }
a.bottom:hover { text-decoration: underline; color: #c4c4c4; }
a.bottom:active { color: #c4c4c4; }