body {
	background-color: #EEEAE1;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Helvetica, sans-serif;	
	font-size: 13px;
	color: Black;
}
input,select{
	font-size: 10px;
	color: #7C7F52;
	border: 1px inset;
	background-color: #f9f9f9;
}

.footertx {
	font-size: 10px;
	background-color: #cccc99;
	color: #f1f1f1;
}
a.footer {
	font-size: 10px;
	background-color: #cccc99;
	color: #f1f1f1;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 10px;
	background-color: #cccc99;
	color: #B00000;
	text-decoration: underline;
}
.smallgray { font-size:9px; color: #f1f1f1;background-color: #cccc99;}


a.erro {
	font-size: 10px;
	color: #B00000;
	text-decoration: underline;
}
a.erro:hover {
	color: red;
	text-decoration: underline;
}
.boxes
{
	font-size: 10px;
	border: 0px;
	background-color: f1f1f1;
}
a.menu {
font-size: 14px;
	color: #0000ff;
	font-weight: bold;
	line-height:20px;
}
a.menu:link {
	text-decoration: none;
	color: #0000ff;
}
a.menu:visited {
	text-decoration: none;
	color: #0000ff;
}
a.menu:hover {
	text-decoration: none;
	color: #2E77AB;
}
a.menu:active {
	text-decoration: none;
	color: #0000ff;
}
.menu_tbl
{
font-size: 10px;
color: #999999;
}
a. {
font-size: 12px;
	color: #0000ff;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #0000ff;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #B38341;
}


#wrapper_all {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}


#side-a_all {
	float: left;
	width: 160px;
}

#side-b_all { 
	margin: 0;
	float: left;
	width: 760px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
