@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Verdana;
	font-size:12px;
	background:url(Imagens/body.gif);
	}
.mbuttons{
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}
.mbuttons:Hover{color:#015092;}

.address{
	font-size:11px;
	text-decoration:none;
	color:#999;
	}
.gray{
border:solid 1px #FFF;
background-color:#CCCCCC;
text-align:center;
font-weight:bold;
color:#000000;
}
#backy{
background:url(Imagens/outerwrapper.jpg);
background-repeat:no-repeat;
background-position:center;
position:absolute;
z-index:-1;
width:100%;
height:555px;
}
#stars{
position:absolute;
top:30px;
width:100%;
left:300px;
}

.LT{background-image:url(Imagens/rounds/LT_corner.jpg); background-repeat:no-repeat; background-position:left top;}
.RT{background-image:url(Imagens/rounds/RT_corner.jpg); background-repeat:no-repeat; background-position:right top;}

.LS{background-image:url(Imagens/rounds/L_side.jpg); background-repeat:repeat-y;}
.RS{background-image:url(Imagens/rounds/R_side.jpg); background-repeat:repeat-y; background-position:right;}
.LB{background-image:url(Imagens/rounds/LB_corner.jpg); background-repeat:no-repeat; background-position:left bottom;}
.RB{background-image:url(Imagens/rounds/RB_corner.jpg); background-repeat:no-repeat; background-position:right bottom;}
.BS{background-image:url(Imagens/rounds/B_side.jpg); background-repeat:repeat-x; background-position:bottom;}

.TB{
	background-image:url(Imagens/rounds/T_backy.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
	padding-top:7px;
	font-size:12px;
	color:#0a246a;
	font-weight:bold;
	padding-left:5px;
	}

.pr5{padding-right:5px;}
.pl5{padding-left:5px;}
.pl15{padding-left:15px;}

.title{
padding-top:10px;
font-size:12px;
color:#0a246a;
font-weight:bold;
padding-left:5px;
}
p a{
height:1px;
padding:5px;
text-decoration: none;
font-size:11px;

}

.AjaxAlert
{
 color:red;
 font-family:Verdana;
 font-size:9px;
}

.Styles
{
 font-family: Verdana; 
 font-size: 8pt; 
 margin-top: 2px; 
 margin-bottom: 2px; 
 border-color: #909090; 
 border-style: solid; 
 border-width: 1px; 
 background-color: #D7D7D7;
}

.box
{
 border-left:   solid 1px gray;
 border-top:    solid 1px gray;
 border-right:  solid 2px black;
 border-bottom: solid 2px black;
}