/* tavamar */
.copy {
	font-family: "Trebuchet MS", Tahoma, Verdana, "MS Sans Serif";
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Tahoma, Verdana, "MS Sans Serif";
	font-size: 9px;
	color: #336699;
	/*text-decoration: underline;*/
}

a:hover {
	color: #FFFFFF;
}

/* -- info --- */

.tit_info {
		font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif;
		font-style: italic;
		font-size: 16px;
		color: #739DBF;
		line-height: 16px;
		} 
.txt_info {
		font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif;
		font-size: 12px;
		color: #333333;
		line-height:12px;
		}
a.info,
a.info:link,
a.info:over,
a.info:active {
		font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif;
		font-size: 9px;
		color: #739DBF;
		line-height:9px;
		text-decoration: none;
		}
a.info:hover {
		font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif;
		font-size: 9px;
		color: #333333;
		line-height:9px;
		text-decoration: none;
		}


/* --- globais --- */

body,
td,
th 		{
		font-family: Trebuchet MS, Tahoma, Verdana, MS Sans Serif;
		font-size: 12px;
		color: 333333;
		}
		
body 	{
		background-color: #739DBF;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}


/* --- fundos --- */

.bk_tl	{
		background-image: url(images/fundos/bk_tl.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		}
		
.bk_t	{
		background-image: url(images/fundos/bk_t.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		}
		
.bk_tr	{
		background-image: url(images/fundos/bk_tr.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		}
		
.bk_r	{
		background-image: url(images/fundos/bk_r.gif);
		background-position: top left;
		background-repeat: repeat-y;
		}
		
.bk_br	{
		background-image: url(images/fundos/bk_br.gif);
		background-position: top left;
		background-repeat: no-repeat;
		}
		
.bk_b	{
		background-image: url(images/fundos/bk_b.gif);
		background-position: top left;
		background-repeat: repeat-x;
		}
		
.bk_bl	{
		background-image: url(images/fundos/bk_bl.gif);
		background-position: top right;
		background-repeat: no-repeat;
		}
		
.bk_l	{
		background-image: url(images/fundos/bk_l.gif);
		background-position: top right;
		background-repeat: repeat-y;
		}		
