/* TAGS PADRONIZADAS*/
body
{
	scrollbar-arrow-color:green;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#019AC4;
	scrollbar-face-color:ghostwhite;
	scrollbar-shadow-color:#019AC4;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

p{
	text-align:justify;
}

/* TEXTOS */
.texto
{
	font-family: Arial; 
	font-size: 11px; 
	color: #5e5e5e; 
	text-decoration: none; 
}
.texto:hover
{
	font-family: Arial; 
	font-size: 11px; 
	color: #5e5e5e; 
	text-decoration: underline; 
}

/* INPUTS */
.inpText
{
	border:1px solid #019AC4;
	color:gray;
	width:100%;
	font-family:arial;
	font-size:11px;
}
.inpButton
{
	background-color:ghostwhite;
	color:#019AC4;
	border:1px ridge #019AC4;
	font-weight:bold;
	font-size:10px;
	font-family:arial;
}

/* OBJETOS ESPECIAIS */
.hrHome
{
	color:gray; 
	filter:alpha(opacity=50, style=2);
}

.tdHome1
{
	padding:75px 10px 50px 10px;
	vertical-align:text-top;
	font-weight:bold;
	height:399px;
	width:255px;
	background-image:URL('layout/home_ilust_noticias.jpg');
	background-repeat:no-repeat;
}
.tdHome2
{
	padding:75px 10px 50px 10px;
	vertical-align:text-top;
	text-align:center;
	font-weight:bold;
	height:399px;
	width:255px;
	background-image:URL('layout/home_ilust_lembretes.jpg');
	background-repeat:no-repeat;
}
.tdHome3
{
	padding:75px 10px 50px 10px;
	vertical-align:text-top;
	height:399px;
	width:255px;
	background-image:URL('layout/home_ilust_enquete.jpg');
	background-repeat:no-repeat;
}
.txtRodape
{
 font-family:Verdana;
 font-size:10px;
 color:white;
  text-decoration:none
}
.txtRodape:Hover
{
 font-family:Verdana;
 font-size:10px;
 color:white;
 text-decoration:underline
}
