/* CSS Document */

body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1F2836;
	font:11px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: lighter;
	color: #333333;	
}

.titulo{
	font:14px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: bold;
	color: #000066;
}

.title{
	font:14px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: bold;
	color: #000066;
}

.titulo_home{
	font:11px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: Bold;
	color: #99CC66;
}

.txt_home{
	font:10px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: lighter;
	color: #CCCCCC;
}

.txt_link{
	font:11px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: Bold;
	color: #FFFFFF;
}
.conteudo{
    font:11px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: lighter;
	color: #333333;	
}

.title_gallery{
    font:12px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: Bold;
	color:#039;
}

.title_galeria{
    font:12px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: Bold;
	color:#039;
}

.content_gallery{
    font:10px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-weight: lighter;
	color: #333333;	
}
.pg_atual{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #214072;
}   

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0CF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
