body {
	background-color:#CCCCCC;
	font-family: Garamond, Arial;
	width:100%; height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*position: absolute;*/
}

#table_main {
	background-color:#CCCCCC;
	width: 100%; height: 100%;
}

h1 {
	font-family: Arial, Garamond;
	font-size: 14px; font-weight: bold; color: #000000;
}
/*INICIO TABELA PRINCIPAL*/
#table_contents {
	background-color: #FFFFFF;
	width: 775px; height: 200px;
	font-family: Arial, Garamond;
	font-size: 14px; color: #FFFFFF;
	border: #E0E0E0 1px solid;
}
/*FIM TABELA PRINCIPAL*/

/*INICIO BANNER*/
#table_banner {
	background-color: #FFFFFF;
	width: 775px; height: 300px;
	font-family: Arial, Garamond;
	font-size: 14px; color: #FFFFFF;
	border: none;
}
#table_banner a {
	font-family: Arial, Garamond;
	font-size:14px; font-weight: bold; color: #FFFFFF;
	text-decoration: none;
}	
#table_banner a:hover {
	font-family: Arial, Garamond;
	font-size:14px; font-weight: bold; color: #FFFF99;
	text-decoration: none;
}
/*FIM BANNER*/

/* INICIO PRINCIPAL */
#table_contents_main {
	width:775px; height: 200px;
	background-color: #FFFFFF;
	/*background-image:url(imgs_main/back_tbl_main.jpg); background-repeat: repeat-x;*/
	font-family: Garamond, Arial;
	font-size: 14px; color: #000000;
}
#td_contents_main {
	padding:2px;
}
#table_contents_main a {
	font-family: Arial, Garamond;
	font-size:12px; font-weight: bold; color: #B50000;
	text-decoration: none;
}	
#table_contents_main a:hover {
	font-family: Arial, Garamond;
	font-size:12px; font-weight: bold; color: #336633;
	text-decoration: none;
}

.tec_imgs {
	margin-left:5px;
	margin-right:5px;	
	border:1px solid;
	border-color:#B50000;
}
/* FIM PRINCIPAL */

/*INICIO SEPARADOR INDICE BIBLIOGRAFICO*/
#table_lib_main {
	width:775px;
	background-color: #FFFFFF;
	font-family: Garamond, Arial;
	font-size: 14px; color: #000000;
}
#td_lib_main {
	padding:2px;
}
#table_lib_main a {
	font-family: Arial, Garamond;
	font-size:12px; font-weight: bold; color: #B50000;
	text-decoration: none;
}	
#table_lib_main a:hover {
	font-family: Arial, Garamond;
	font-size:12px; font-weight: bold; color: #336633;
	text-decoration: none;
}

/*FIM SEPARADOR INDICE BIBLIOGRAFICO*/

/* INICIO RODAPE*/
#table_contents_footer {
	width:775px; height: 50px;
	background-color: #FFFFFF;
	background-image:url(imgs_main/footer.jpg); background-repeat: repeat-x;
}
#table_contents_footer a {
	font-family: Arial, Garamond;
	font-size:12px; font-weight: bold; color: #FFFFFF;
	text-decoration: none;
}	
#table_contents_footer a:hover {
	font-family: Arial, Garamond;
	font-size:12px; font-weight: bold; color: #FFFF99;
	text-decoration:none;
}
/* FIM RODAPE*/


/* INICIO FORM */
#form_body {
	background-color:#FFFFFF;
	font-family: Garamond, Arial;
	width:100%; height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*position: absolute;*/
}

#table_send_link_main {
	background-color:#FFFFFF;
	width: 400px; height: 450px;
	font-family: Garamond, Arial;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#redirect_p {
	font-family: Garamond, Arial;
	font-weight: bold;
	color: #B50000;
}
label {
	color: #B50000;
	font-weight: bold;
	width: 4em;
	float: left;
	text-align: right;
	display: block;
}

input {
	color: #B50000;
	background: #FFFFFF;
	border: 1px solid #B50000;
}

.submit input {
	color: #FFFF99;
	font-weight: bold;
	background: #B50000;
	border: 2px outset #510101;
	/*margin-left: 4.5em;*/
	/*border: 2px outset #d7b9c9*/
}

#fieldset {
	border: 1px solid #B50000;
	width: 350px;
	margin-bottom:10px;
}

legend {
	color: #FFFFFF;
	font-weight: bold;	
	background: #B50000;
	border: 2px outset #510101;
	padding: 2px 6px;
}

textarea {
	color: #B50000;
	background: #FFFFFF;
	border: 1px solid #B50000;
	scrollbar-base-color: #B50000;
	scrollbar-track-color: #B50000;
	scrollbar-face-color: #B50000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #B50000;
	/*"3dlight", "highlight", "shadow", and "darkshadow"=face*/
}
/* FIM FORM */