body {
	margin: 0px;
	font-family: Tahoma, Arial, Verdana , sans-serif;
	color:black;
	font-size:11px;
}
.bg_esq{ background-image: url(img/bg_esq.gif);
background-position:top;
background-repeat:repeat-x;
background-color: white;}

.bg_dir{ background-image: url(img/bg_dir.gif);
background-position:top;
background-repeat:repeat-x;
background-color:white;}

.bg_rodape{ background-image: url(img/pontilhado_rodape.gif);
background-position:top;
background-repeat:repeat-x;
}

.bg_topo{background-image: url(img/bg_topo.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#CCCCCC;
}

.img{
border:1px solid #484848;
}

table{font-size:11px;
line-height:17px;}

a:link {
	color: #666;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color: white;
	background-color: gray;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:visited:hover {
	color: white;
	background-color: gray;
	text-decoration: none;
}


a.menu:link {
	color: #355B6D;
	text-decoration: none;
	font-weight:bold;
}
a.menu:hover {
	color: white;
	background-color: #355B6D;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.menu:visited {
	color: gray;
	font-weight:bold;
	text-decoration: none;
}
a.menu:visited:hover {
	color: white;
	background-color: #355B6D;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

.botao{
background-color: #eeeeee;
border:1px solid gray;
color:gray;
font-size:11px;
}

.input {
	font-family:"Trebuchet MS",arial, Verdana,  sans-serif;
	font-size:11px;
	border-bottom: 1px dashed gray;
	border-left: 1px dashed gray;
	border-right: 0px;
	border-top: 0px;
	background-color: white;
	color: gray;
	height: 16px;
}
.textarea {
	font-family:"Trebuchet MS",arial, Verdana,  sans-serif;
	font-size:11px;
	border:1px solid #cccccc;
	background-color: white;
	color: gray;
}
.radio {
	background-color: white;
	border: 0px;
	width:auto;
}

.10pxblue{
color:#96B5C6;
font-size:10px;}

.10pxgray{
color:#4C4C4C;
font-size:10px;}

.10pxyellow{
color:#E7B613;
font-size:10px;
font-weight:bold}

.11pxblue{
color:#43697B;
font-size:11px;
font-weight:bold}

.11pxblack{
color:black;
font-size:11px;}

.14pxblue{
color: #43697B;
font-size:14px;
font-weight:bold;}

.12pxRED{
color: #FF0000;
font-size:14px;
font-weight:bold;}