body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/*
a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
} */

a {
	text-decoration: none;
	color: #333333;
}


/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
/*	font-family: "Segoe UI", Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

/*p,*/ pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}



/*////////////////////////////////////////////////*/

   BODY {
 padding:0;
 margin:0;
 background-image:url('');
 font-family: Arial, Helvetica, sans-serif;
}
.main {
 top:0;
 width:900px;
 height:auto;
 background-color: #FFFFFF;
}

.topBanner {
 
 top:0;
 left:0;
 height:171px;
/* padding:10px;  */
 margin:0;
/* background-color: silver; */
}

.centro {
/* width:900px; */
 float:left; 
}

.corpo {
 width:830px;
}

.nav{
 width:830px;
}

.barra{
  padding-right:30px;
  text-align:right;
  color: #FFFFFF ; 
  background-image:url('');
	height:36px;
  background-repeat:no-repeat;
  background-position:right;
}

.data {
   padding-top: 5px; 
}

.menuesq {
 width:175px; 
 height:100%;
}

.principal {
 background-image:url('');
 height:100%;
 float:left;
 padding-left:45px;
 padding-right:30px;
 min-height:420px;
 height:100%;
}

.rodape {

}

.button{
   margin-top:5px;

	 font-size:xx-small;
	 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
.formstrong {
  color:#666666;
  font-size:xx-small;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}
.user, .inputbox{
   color:black;
   font-size:xx-small;
}
.pass{
   color:black;
   font-size:xx-small;
}

.menu1 {
   background-image:url('');
	 width:167px;
   height:29px;
	 margin-top: 10px;
}

.botao {
   color:white;
   text-decoration:none;
}

.mainlevelmenu1 {
   color:white;
   text-decoration:none;
}

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
/*	font-family: "Segoe UI", Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
	font-size: 16pt; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255, 102, 0);
}


table.blog .contentheading {
	font-size: 16px;
}

.contentheading {
/*font-size: 18px; 
	font-weight: normal;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif; */
	font-family: Verdana;
	font-size: 150%;
}

tbody {
  font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: rgb(0, 0, 0);
  text-align:left;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}


/*////////////////////////////////////////////////////////////*/

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover {
	background: #FFFFCC;
}

.inputbox:focus {
	background: #FFFFCC;
}

