body {
	background: none; 
	color: #333333;
	font-family: Roboto,arial,sans-serif;
    word-wrap: break-word;
    text-align:left;
    font-size: 12px;
}

.Thead {
	font-size: 14px;
	/* font-weight: bold; */
	/* color: #333333; */
	background-color: #bbbbbb;
	border-right: solid 1px #333333;
	border-collapse: collapse;
	text-align: right;
	padding: 5px;
	border-top: solid 1px #333333;
}

.TDsmall1 { /* branca */
	height: 7px;
	background-color: white;
	border-right: solid 1px #333333;
	border-collapse: collapse;
	text-align: right;
	padding: 1px;
}

.TDsmall2 { /* colorida */
	height: 7px;
	background-color: #dddddd;
	border-right: solid 1px #333333;
	border-collapse: collapse;
	text-align: right;
	padding: 1px;
}

.btn {
	-moz-box-shadow: inset 0 1px 0 0 #bbdaf7;
	-webkit-box-shadow: inset 0 1px 0 0 #bbdaf7;
	box-shadow: inset 0 1px 0 0 #bbdaf7;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#79bbff),color-stop(1,#378de5));
	background: -moz-linear-gradient(center top,#79bbff 5%,#378de5 100%);
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #eeeeee;
	font-family: Verdana;
	font-weight: normal;
	padding: 6px 22px;
	margin-right: 2px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #528ecc;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff6600;
    margin:0;
}

h1 {
	color: #ff6600;
	font-size: 14pt;
	line-height: 1.2em;
	margin: 5px 0 5px 0;
	text-shadow: -0.5px 0.5px 0px #C4DDFA;
	font-weight: bold;
}

h2 {
	color: #ff6600;
	font-size: 12pt;
	line-height: 1.2em;
	padding: 1.5em 0 0.7em 0;
	text-shadow: -0.5px 0.5px 0px #C4DDFA;
	font-weight: bold;    
}

h3 {
	/* 	color: #ff6600;*/
	color: #ff6600;
	font-size: 10pt;
	line-height: 0.9em;
	padding: 0 0 0 0;
	text-shadow: -0.5px 0.5px 0px #C4DDFA;
	margin: 0.8em 0 0.8em 0;
	/* font-weight: bold; */
}

a {
	outline: none;
}


input, textarea, isindex {
	margin: 0em;
	font: 14px Roboto, Tahoma,Verdana;
	font-weight:bold; 
	/* display: inline-block; */
	color: #4D87C7;	
	background-color: #e9f3ff;
	border: 1px solid #eeeeee;
	/*background: -moz-linear-gradient(top,#79bbff 0,#79bbff 100%);  -moz-border-radius: 5px;  */
	-webkit-border-radius: 3px;  -moz-box-shadow: inset 0 1px 0 0 #bbdaf7;  
	/*-webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,.4),inset 0 1px 2px 0 rgba(255,255,255,0.5);  box-shadow: 0 2px 4px -2px rgba(0,0,0,.4),inset 0 1px 2px 0 rgba(255,255,255,0.5);*/
	/*padding: 0.1em 0.1em 0.1em 0.2em;*/
}


p{
line-height: 1.5em;
margin: 0.5em 0 1em 0;
}

strong, b { font-weight:bold; }
em, i { font-style:italic; }
big {font-size:116.667%;}
small {font-size:85.71%;}
pre,code,kbd,tt,samp,var {font-size:100%;}

a {
    font-family: Roboto, Tahoma,Verdana, Arial;
    color:#4D87C7;
    background:transparent;
    text-decoration:none;
}

a:active { outline: none; }

a:hover, a:focus {
    background:none;
    /*color: #45B33E;
    text-decoration: underline;*/
}

table {
    width:100%;
    /* border-collapse:collapse; */
	
    border-spacing:0;
    margin: 0 0 0 0;
    color:#333;
    border-top: 0px #ccc solid;
    border-bottom: 0px #ccc solid;
} 

table.narrow {margin:  1.4286em 0 0 0;}
table.narrow th, table.narrow td {padding: 0 0.5em;line-height: 1.4286em;}
table.bordertable {border:1px #ccc solid;}
table caption {
	color: #3E81B4;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-shadow: -0.5px 0.5px 0px #C4DDFA;
	font-weight: bold;   
}
th, td {
    /*line-height: 1.5em;
	padding: 0.7143em 0.5em 0.5em 0.5em;*/
	
    /* text-align:left; */
}
th *:first-child,td *:first-child {margin-top: 0;}
th.nowrap,td.nowrap {white-space: nowrap;}
thead th {
    text-align: left;
    border-top:0;
    text-align:center;
	cursor: default;
}