body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg_pattern.gif);
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
}
.tamanho12 {font-size: 12px}
.azul {color: #027AAE; font-weight: bold; font-size: 12px; }
.branco {color: #FFFFFF; font-size: 12px; }
.branconegrito {color: #FFFFFF; font-weight: bold; }

/* box */
.boxgray { margin: 5px 5px 5px 5px; }
.boxgray .top { background: url(imgs/boxtopl.png) no-repeat 0px 0px; }
.boxgray .top .r { background: url(imgs/boxtopr.png) no-repeat right 0px; }
.boxgray .top .r { font-size: 1px; height: 10px; }
.boxgray .mid { background: url(imgs/boxmidl.png) repeat-y 0px 0px; }
.boxgray .mid .r { background: url(imgs/boxmidr.png) repeat-y right 0px; }
.boxgray .mid .r .c { padding: 0px 10px 0px 10px; }
.boxgray .bot { background: url(imgs/boxbotl.png) no-repeat 0px 0px; }
.boxgray .bot .r { background: url(imgs/boxbotr.png) no-repeat right 0px; }
.boxgray .bot .r { font-size: 1px; height: 10px; }
/* box */

/* Estilo dos Links */
A:hover {text-decoration: underline;	color:#BBBBFF;}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:activated {text-decoration: none;}