﻿body
{
	font-size: 11px;
	font-family: Trebuchet MS, Arial, helvetica,sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	
	scrollbar-face-color:#e6e6e6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#E0E0E0;
	
}

h2
{
	font-size:22px;	
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.apps
{
    color:Black;   
    text-transform:uppercase;
    font-family: Trebuchet MS, Arial, helvetica,sans-serif;
    font-size:12px;
    text-decoration:none;    
}

a.apps:hover
{
    text-decoration:underline;   
}

.inputcinza
{
    border:4px solid #c3c6cd;
}

.duaslinhas
{
    background-image: url(aspnet/imagens/duaslinhas.jpg);
    background-repeat:repeat-x;
    background-position: center center;
    height:20px;
}

.treslinhas
{
    background-image: url(aspnet/imagens/treslinhas.jpg);
    background-repeat:repeat-x;
    background-position: center center;
    height:30px;
}

.seislinhas
{
    background-image: url(aspnet/imagens/seislinhas.jpg);
    background-repeat:repeat-x;
    background-position: center center;
    height:30px;
}

.titulobloco
{
    font-size:14px;
    font-family: Trebuchet MS, Arial, helvetica,sans-serif;
    color:Black;    
    text-align:left;
    text-transform:uppercase;
    font-weight:bold;
}

.tituloblocoitalico
{
    font-size:14px;
    font-family: Trebuchet MS, Arial, helvetica,Sans-Serif;
    color:Black;    
    text-align:left;
    text-transform:uppercase;
    font-weight:bold;    
    font-style:italic;
}

a.linkbloco
{
    font-family: Trebuchet MS, Arial, helvetica, Sans-Serif;
    color:Black;
    text-decoration:none;
    text-transform:uppercase;
    font-style:italic;    
    font-weight:bold;
    font-size:12px;
}

.justificado
{
    text-align:justify;       
}

.txtbianco
{
    background-color:#000000;
    color:#ffffff;
    text-align:center;   
}

.fundoalternado
{
    background-color:#efefef;   
}

/*
	COPIADOS DO STYLE.CSS
*/
.fundo0, .fundo0 td
{
	/*background-color: #F0F0F0;*/
	background-color: #D3D3D3;
}
.fundo1, .fundo1 td
{
	background-color: #ffffff;
}
