﻿ html, body, form
{
	height: 100%;
	vertical-align: top;
	margin:0; 
	padding:0;
}
.titulo {	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.tituloazul {	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
}

.texto {	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}
.pie
{
    font-size: 8pt;
    font-weight: bold;
    color: white;
    text-align: center;
    font-family: Verdana;
}
.menu
{
    font-weight: bold;
    font-size: 8pt;
    color: #333333;
    font-family: Verdana;
    text-decoration: none;
}
.menu:hover
{
    color: #CC3300;
    border-right: lightsteelblue 1px solid;
    border-top: lightsteelblue 1px solid;
    border-left: lightsteelblue 1px solid;
    line-height: 18px;
    border-bottom: lightsteelblue 1px solid;
    background-color: white;
    width: 95px;
}

.textoMenu
{
    font-weight: bold;
    font-size: 8pt;
    color: #333333;
    font-family: Verdana;
}

.textoSubMenu
{
    color: #333333;
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}

.textoMarca
{
    font-weight: bold;
    font-size: 30pt;
    color: white;
    font-family: 'BankGothic Md BT' , Verdana;
    text-align: center;
}


.demo:link
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
}
.demo:visited {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
}
.demo:hover {
	text-decoration: underline;
    color: #CC3300;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
}
.demo:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
}

.submenu:link
{
    color: #CC3300;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}
.submenu:visited {
    color: #CC3300;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}
.submenu:hover {
	text-decoration: underline;
    color: #333333;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}
.submenu:active {
    color: #CC3300;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}
