body{
    	background-color: #F0FFF8;
}
p {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	padding-left: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}
a {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #006699;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #0099CC;
}
#todo{
    display: block;
    width: 468px;
    margin: auto;
}
#header{
    background: url(../imagens_site/headerGaleriaSite.jpg) no-repeat center center;
    width: 468px;
    height: 54px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.HeaderActivate {
	background-color: #3399CC;
	display: block;
	height: 20px;
	width: 458px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	cursor: hand;
}
.ConteudoPainel {
	background-color: #FFFFFF;
	display: block;
	height: inherit;
	width: 466px;
	border: 1px solid #3399CC;
	overflow: hidden;
}

.ConteudoPainel a {
	background-color: #FFFFFF;
	display: block;
	width: 466px;
	/*border: 1px solid #7B869C;*/
}
.ConteudoPainel a:hover {
	background-color: #E6F2F9;
	display: block;

	/*border: 1px solid #7B869C;*/
}
.titGal {
    display: block;
    float: left;
    width: 326px;
    margin-left: 5px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
    }
.titGal a {
    display: block;
    float: left;
    width: 326px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
    }
.titGal a:hover {
    display: block;
    float: left;
    width: 326px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
    }    
.imgGaleria{
    padding-left: 7px;
    padding-top: 7px;
    width: 123px;
	height: 93px;
	display:block;
	float: left;
	background: url(../imagens_site/sombraimg.jpg) no-repeat center center;

}
.imgGaleria a{
    width: 123px;
	height: 93px;
	display:block;
	float: left;
	background: url(../imagens_site/sombraimg.jpg) no-repeat center center;

}
.imgGaleria a:hover{
    width: 130px;
	height: 100px;
	display:block;
	float: left;
	background: url(../imagens_site/sombraimgA.jpg) no-repeat center center;
}
#tamanho{    
	margin:auto;
	display: block;
    width: 468px;
    height: 100%;
}