/* CSS Document */
body{
    margin:0;
    padding:0;
	border:none;
	background-image:url(fundo.jpg);
	background-repeat: repeat-x; 
	color:#FFFFF;
	border-image: 0px;
	font-family: Georgia;
	}
	
#container{
	text-align: left;
	margin: auto;
	position: relative;
	width: 820px;
	}	
	
	
.title{
	font-family: Georgia;
	font-size:20px;
	color:#000033;
	text-align: left;
	position: left;
	}	

.title2{
	font-family: Georgia;
	font-size:25px;
	color:#000033;
	text-align: left;
	}	

.title3{
	font-family: Georgia;
	font-size:20px;
	color:#000033;
	text-align: center;
	position: center;
	}	

.text{
	font-family: Georgia;
	font-size:12px;
	color:#333333;
	}	
	
.menu{
	font-family: Georgia;
	font-size:15px;
	color:#FFFFFF;
	}	

.versiculo{
	font-family: Georgia;
	font-size:12px;
	text-align: center;
	color:#FFFFFF;
	}	

/*----------------------------LINKS---------------------------*/

a.noticias:link		{FONT-SIZE: 12px; COLOR: #333333; text-decoration: none}
a.noticias:visited	{FONT-SIZE: 12px; COLOR: #333333; text-decoration: none}
a.noticias:hover	{FONT-SIZE: 12px; COLOR: #333333; text-decoration: underline; color: #000000;}
a.noticias:active	{FONT-SIZE: 12px; COLOR: #333333; text-decoration: none}

a.menu:link		{FONT-SIZE: 15px; COLOR: #FFFFFF; text-decoration: none}
a.menu:visited	{FONT-SIZE: 15px; COLOR: #FFFFFF; text-decoration: none}
a.menu:hover	{FONT-SIZE: 15px; COLOR: #FFFFFF; text-decoration: underline; color: #FFFF00;}
a.menu:active	{FONT-SIZE: 15px; COLOR: #FFFFFF; text-decoration: none}

a.link:link		{color:#333333; text-decoration: none}
a.link:visited	{color:#333333; text-decoration: none}
a.link:hover	{color:#333333; text-decoration: underline; color: #F00;}
a.link:active	{color:#333333; text-decoration: none}
/*------------------------------------------------------------*/


#footer{
	clear:both;
	background:#CCC;
	background-repeat:repeat-x;
	position:relative;
	margin:0 auto 0px;
	font-family:Georgia;
	font-size:11px;
	font-color:#333333;
	text-position: center;
	color:#333333;
	background-image:url(images/fundo_footer.jpg);
	height:30px;
	padding:10px 0 0 0;
	text-align: center;
	}
