body {
	margin:0;
	padding:0;
	line-height: 1.6em;
	color:#000;
	font-size:11px;
	text-align:left;
	background:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/* background:#fff url(../images/body_bg.gif) repeat-x top; */
}
html {
height:100%;
overflow-y:scroll;
}

p {margin:4px 0 4px 0; text-align: justify;}
a {color:#000; text-decoration:none;}
a img {border:none}
a:hover {text-decoration:underline;}
ul{padding-left:20px}

/************** Typography styles **************/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#000000;
	margin:0;
	padding:0;
	line-height: 1em;
}
h1 {
	font-size: 2em;
	margin-bottom:10px;
}
h2 a,
h3 a {
	text-decoration: none;
	color:#000;
}
h2 a:hover,
h3 a:hover {
	text-decoration: none;
	color:#999999;
}
h4 a:hover {
	text-decoration: none;
	color:#999999;
}
h3 {
	font-size: 1.5em;
  letter-spacing: 1px;
  font-style: inherit;
  line-height: 1em;
  margin-top: 0.4em;
  margin-right: 0px;
  margin-bottom: 0.4em;
  margin-left: 0px;
  font-weight: lighter;
  color: #000;
}

#left h3, #right h3 {
	font-size:1.6em
}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:normal;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

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

img {
	border: none;
}
.img{
  float: left;
  margin:2px;
}


/*others*/

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


/***************** forms ************************/
form
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: transparent;
	border:1px solid #777;
	color: #000;
}

.button {
	padding: 2px 10px 2px 10px !important;
	background:#fff;
	color: #660000;
	font-size: 90%;
	text-transform: none;
	border:1px dotted #ccc;
}

.button:hover, .button:focus {
	background: #fff;
	color: #333;
	border:1px dotted #777;
    text-decoration: none;

}
.search .button {
	font-size: 90%;
	text-transform: none;

}

.search .button:hover, .search .button:focus {
	color: #333;
}
* html .button {
	padding: 5px 10 !important; /*IE 6*/
}

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

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

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
fieldset
{
  border-top-width: none;
  border-bottom-width: none;
  border-top-style: none;
  border-bottom-style: medium;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 0 0 1 0;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-align: left;
}
fieldset {
	border: none;
	text-align:left;
	/*padding: 10px 5px;*/
}

fieldset a {
	font-weight: normal;
}
/*mensagens*/

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

.message {
	padding: 5px 5px 5px 25px;
	color: #16A9CD;
	background: url(../images/bullet-info.gif) no-repeat center left;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}