/* default css stylesheet for a new web application project */

#menu
{
	border:0;
	width:130px;
}

#titulo
{
	font-family:"arial black";
	font-size:xx-large;
	text-align:center;
}

.TextoPrincipal
{
	font-family:Arial;
	font-size:12px; 	
	font-weight:bold;
	color:#000000;
}

#footer
{
	background-color: #004e82;
	font-family:verdana;
	color:#ffffff;
    font-size: 10px;
}

#Banner1
{
background-color:Red;
color:White;
font-family:Arial;
font-size:15px;
font-weight:bold;
vertical-align:super;
}

#Banner2
{
background-color:#ff9933;
color:White;
font-family:Arial;
font-size:15px;
font-weight:bold;
vertical-align:middle;
}

body
{
	background-color:#E9F6FD; /* mais claro */
    font-family: verdana, helvetica, sans-serif;
    font-size: 8px;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #3399ff;
}

body.index
{
	background-color: #FFFFFF;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #3399ff;
}

.colunanormal
{
	background-color:#5aa8da; 
	font-family:verdana;
	color:#ffffff;
    font-size: 11px;
    font-weight: bold;
}

.colunaverde
{
	background-color:Lime; 
	font-family:verdana;
	color:#ffffff;
    font-size: 11px;
    font-weight: bold;
}

.divdegrade
{
	font-family:verdana;
    font-size: 11px;
    font-weight: bold;
}

.colunamenu
{
	border-right: #ffffff outset;
	border-top: #ffffff outset;
	font-weight: bold;
	font-size: 11px;
	border-left: #ffffff outset;
	color: #FFFFFF;
	border-bottom: #ffffff outset;
	font-family: verdana, helvetica, sans-serif;
	background-color: #00C8FF;
}


.colunamestre
{
	background-color:#1a60a8;
	background-image:"img\lixo\fundomestre.jpg";
	font-family: verdana, helvetica, sans-serif;
	color:white;
    font-size: 11px;
    font-weight: bold;
}

.colunaimg
{
	font-family: verdana, helvetica, sans-serif;
	color:white;
    font-size: 13px;
    font-weight: bold;
}

.itemtexto
{
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
    font-size: 11px;
}

.subtitulo
{
	font-family:"arial black";
	color:#000000;
	font-size:26px;
	text-align:left;
}
.subtitulo1
{
	font-family:"verdana";
	color:#0099ff;
	background-color:White;
	font-size:12px;
	text-align:left;
}

.rodape
{
	Color:#000000;
	text-align:center;
	font-size: 10px;
}

img
{
	border:0;	
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
}
a:active
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
}
a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

a.linkpeq
{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size: 10px;
}
