/*
 * Style sheet for the HTML 4.0 specification
 * $Id: recstyle.css,v 1.00 14/10/03 ImBrazil $
 */
/*
 * ***************************************
 */

BODY.mainbody {
	scrollbar-face-color:#0099FF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color:#31B5D6; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-track-color: #E0E0E0; 
	scrollbar-arrow-color:#ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: URL(bgc.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff
}

UL.intro {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 14;
	font-style: normal;
	COLOR: #777777;
	font-weight: bold
}

TD.txt {
    font-family: Verdana, Arial, Helvetica, Geneva;
    color: #777777;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 14
}

TABLE.fotos {
	border: #aaaaaa 10px outset
}

P.top {
    font-family: Verdana, Arial, Helvetica, Geneva;
    color: #0000FF;
	font-weight: bold;
	border-bottom: #ddddff 5px ridge;
	width: 70%;
	text-align: right;
    font-size: 24
}

P.tit1 {
    font-family: Verdana, Arial, Helvetica, Geneva;
    color: #777777;
	font-weight: bold;
	text-align: center;
    font-size: 24
}


