
/* CSS Document - Sítio Canaă - By Felipe Giglio - felipegiglio@terra.com.br*/

/* Stutucture Web */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sitiocanaan_03.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	scrollbar-face-color: white; 
	scrollbar-shadow-color: grey; 
	scrollbar-highlight-color: white; 	
	scrollbar-3dlight-color: grey; 
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: #f7f7f7; 
	scrollbar-arrow-color: #0099ff;
	 }

/* Tables & Layers */

/* Images_PixX */

img {
	border: none;
	}
	
/* Texts_Letters */

/* Txt - Tahoma */
	
.tah9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}

.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
    }

.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: 808080;
	}

.tah11link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
	color:#FF9900;
	}
	a:link {
	color:#FF9900;
	text-decoration:underline;
	}
	a:hover {
	color:#808080;
	text-decoration:none;
	}
	a:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
	color: #FF9900;
	}
	a:activate {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
	color: #FF9900;
	}

/* Txt - Verdana */

.ver9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	}

.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}

.ver11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

/* Web - Miscellaneous */

.bgtop {
	background-repeat: repeat-x;
	background-position: top;
}