
/* The basic elements: */
HTML {
	margin: 0;
	padding: 0;
}


BODY {
	background: transparent url(../img/back.jpg) no-repeat fixed left top;
	color: #3A3A3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}


TABLE {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}


A {
	background: transparent;
	color: #3A3A3A;
	cursor: pointer;
	text-decoration: none;
}


A:hover {
	text-decoration: underline;
}


A:visited, A:active {
	background: transparent;
}


IMG {
	border: none;
	vertical-align: middle;
}


P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.5em;
	margin: 0.5em 0em 1em 0em;
}


P A {
	text-decoration: underline;
}


P IMG {
	border: none;
	margin: none;
}


OL,
UL { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	list-style: #FF6900;
	margin: 0;
	padding: 0;
}


LI {
	margin: 0.5em 0 0.5em 2em;
}


UL LI {
	list-style: disc;
}


UL OL {
	font-size: 102%;
}


OL OL {
	list-style: upper-roman;
	font-size: 102%;
}


FORM {
	border: none;
	margin: 0;
}


TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background: white;
	width: 550px;
}


INPUT {
	border: 1px solid #999999;
	background-color: white;
	vertical-align: middle;
}


SELECT {
	border: 1px solid #999999;
	background-color: white;
	vertical-align: top;
}


DIV {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	overflow: none;
	padding: 0;
}


LABEL {
	font-weight: bold;
}


#tblPrincipal {
	background: transparent;
	border: none;
	height: 100%;
	width: 100%;
}


#colLeft {
	background: transparent;
}


#colCentral {
	background: #FFFFFF;
	height: 100%;
	width: 778px;
}


#colLogo {
	background: transparent;
	width: 320px;
	height: 200px;
}


#colLogo img {
	margin-bottom: 40px;
}


#tblCentral {
	background: transparent url(../img/back_logo.gif) repeat-x bottom left;
	border: none;
	height: 200px;
	width: 100%;
}


#colHeader {
	background: transparent;
	border: none;
	height: 190px;
	width: 776px;
}


#colMenu {
	background: transparent;
	border: none;
	height: 30%;
	width: 100%;
}


#colFooter {
	background: transparent;
	border: none;
	border-top: 1px solid #9D9684;
	height: 20px;
	margin-top: 1px;
}


#tblFooter {
	background: #9D9684;
	border: none;
	height: 100%;
	width: 100%;
}


#tblFooter TD {
	text-align: center;
	vertical-align: middle;
}


#tblFooter TD A {
	background: transparent;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


#tblFooter TD A:hover {
	text-decoration: underline;
}


.imgReduzido {
	float: right;
	margin: 2px;
	margin-right: 4px;
	padding: 0;
	position: relative;
}


.textReduzido {
	margin-top: 4px;
	padding: 0;
	padding-left: 15px;
	vertical-align: middle;
}


.textReduzido A {
	background: transparent;
	color: #CACACA;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}


.textReduzido A:hover {
	color: #FF6900;
	text-decoration: none;
}


TABLE.BoxLeft, TABLE.BoxRight {
	background: transparent;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

TD.BoxLeftColTop {
	background: transparent;
}

TD.BoxLeftColCenter {
	background: transparent url('img/corpo_seguranca.jpg') repeat-y left;
	padding: 1px;
}

TD.BoxLeftColCenter .imgReduzido {
	float: left;
	margin: 2px;
	margin-right: 1px;
	padding: 0;
}

TD.BoxLeftColCenter .textReduzido {
	margin-top: 4px;
	vertical-align: middle;
}

TD.BoxLeftColCenter P {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 1px;
	width: 99%;
}

TD.BoxLeftColBottom {
	background: transparent;
}

TD.BoxLeftColBottom img {
	background: transparent;
	border: none;
	margin: 0;
	margin-top: -1px;
	padding: 0;
}

TD.BoxRightColTop {
	background: transparent;
}

TD.BoxRightColCenter {
	background: transparent url('img/corpo_projetos.jpg') repeat-y left;
	padding: 1px;
}

TD.BoxRightColCenter UL {
	list-style-image: url('img/alvo.gif');
}

TD.BoxRightColCenter UL LI {
}

TD.BoxRightColCenter LI SPAN {
	font-weight: bold;
	color: #FF6900;
}

TD.BoxRightColBottom {
	background: transparent url('img/corpo_projetosbottom.jpg') repeat-y left;
	padding: 1px;
}


SPAN.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

P.baseEscura {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	margin: 15px;
	text-align: right;
	vertical-align: middle;
}

.coConteudo {
	background: transparent url('img/transparencia.gif');
	margin: 1.5em;
	text-align: left;
}

.coConteudo P {
	color: #333333 /* #9D9684 */; 
}

IMG.coThumbs {
	border: 1px solid #9D9684;
	margin: 0.5em 1.5em 0.5em 1em;
	padding: 2px;
}

