body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=40);
	opacity: .5;
	-moz-opacity: .5;
	font-size: 12px;
}
td.logo_area{

}
td.middle_spacer {
	width: 800px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url(../images_template1/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images_template1/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	font-size: 14px;
	text-align: justify;
	padding: 25px;
	background-image: url(../images_template1/bg_content.jpg);
	background-repeat: repeat;
}
td.below_header{
	background-color: #003964;
	height: 60px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images_template1/header2_bg.jpg);
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #003964;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images_template1/CGP.jpg);
}
td.header_column {
	height: 120px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images_template1/header3_bg.jpg);
	background-position: top;
}
td.left_content {
	font-size: 14px;
	width: 200px;
	padding: 10px;
	vertical-align: top;
	background-image: url(../images_template1/bg_content.jpg);
	background-repeat: repeat;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid blue;
}
.thumbnail span{ /*Imagem aumentada*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*Imagem aumentada*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*Imagem aumentada*/
visibility: visible;
top: -150px;
left: 20px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
fieldset { 
border:0;margin:0;padding:0; 
}
label { 
display:block;
}
input.text,textarea { 
width:300px;font:12px/12px 'courier new',courier,monospace;
color:#333;
padding:3px;
margin:1px 0;
border:1px solid #ccc; 
}
nput.submit { 
padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; 
}
a.linque {
 display:block;
 font: 14px Verdana, Helvetica, sans-serif;
 color:#0000ff;
 padding:2px 6px;
 text-decoration:none
 } 
a.linque:hover {
 color:#fff;
 background-color:#70C5FF;
 }
 ul
{
list-style-image: url("../images_template1/bullet.gif");
}
