/* CSS Document */

body {
	background:#CCCCCC;
	margin:0;
	}

table, td, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	}
form { margin:0; }

input {
	height:20px;
	font-size:10px;
	color:#000000;
}

h1,h2,h3 { margin:1; }

ul { margin-left:20; margin-bottom:0;}

a { text-decoration:none; color:#0000FF; }

a:hover { text-decoration:none; color:#000066; }

a:visited { text-decoration:none; }

.font_size_9 {font-size:9px}

.titulos_botoes_laterais {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:5px;
	}

.titulos_home {
	font-size:12px;
	color:#000099;
	font-weight:bold;
	}

.td_botoes_top {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	}
	
.botoes_top {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	}

a.botoes_top { color:#FFFFFF; text-decoration:none; }

a.botoes_top:hover { color:#FFFFFF; text-decoration:underline; }

.td_botoes_laterais { text-align:left; }

.td_botoes_laterais_dash {
	border-bottom:dashed #000000 1px;
	text-align:left;
	}

.td_titulos {
	height: 30px;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
	}

.box1 { border: 1px solid #006699; background:#FFFFFF }

.border1 { border: 1px solid #000000; }

.border1left { border-left: 1px solid #006699; }

.border1leftblack { border-left: 1px solid #000000; }

.size14 { font-size:14px; }