/* Default CSS Stylesheet for a new Web Application project */

a:link
{
	color: #000099;
	font-family: variable;
}
a:visited
{
	color: #000099;
	font-family: variable;
}
a:active        { color: #000099;  font-family: variable; text-decoration: underline;}
a:visited:hover
{
	color: #003ab1;
}

.msg1
{
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
	color: #000000;
	background-color:Transparent;
	 
}

.msg2
{
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana;
	color: #000000;
	background-color:Transparent;
	font-weight: bold;	 
}

.label
{
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
	color: #000000;
	background-color:Transparent;
	 
}

.menu
{
	font-size: 12px;
	text-decoration: none;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:Transparent;
	text-decoration:none;
}

.label2
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana;
	color: #064477;
	font-weight: bold;	
	background-color:Transparent;
}

.label3
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana;
	color: #064477;
	background-color:Transparent;
}

.tdTitulo
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana;
	color: #064477;
	font-weight: bold;
	background-color:#EEEEEE;
}

.Titulo
{
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana;
	color: #666666;
	font-weight: bold;
}
.Titulo1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	color: #064477;
	background-color:Transparent;
}

.Titulo2
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	color: #336699;
}


.box
{
	border-right: #000000 1px groove;
	border-top: #000000 1px groove;
	font-size: 10px;
	border-left: #000000 1px groove;
	border-bottom: #000000 1px groove;
	font-family: Verdana;
	background-color: #dbeaf5;
	text-decoration: none;
}

.box1
{
	font-size: 10px;
	font-family: Tahoma, Verdana;
	background-color: #F8FAFA;
	border: 1px solid #4992C7;
}

.btn
{
	border-right: #000000 1px groove;
	border-top: #000000 1px groove;
	font-size: 10px;
	border-left: #000000 1px groove;
	border-bottom: #000000 1px groove;
	font-family: Verdana;
	background-color: #d4d0c8;
	text-decoration: none;
}

.div
{
	border-right: gray 1px groove;
	border-top: gray 1px groove;
	border-left: gray 1px groove;
	border-bottom: gray 1px groove;
}

