body{
	background-color: #449aa7;
}

body, div, td, th, input, textarea, option, select{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

body, div, td, th{
	color: #454545;
	line-height: 20px;
}

object{
	display:block;
}

div, td, th{
	text-align: left;
}

table, #layout_tudo div{
	width: 100%;	
}

table{
	border-collapse: collapse;
}

table caption{
	color: #454545;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
table td, table th {
	padding-left: 5px;
	padding-right: 5px;
}
table td{	
	height: 40px;
	padding: 3px;
	text-align: center;
	border-bottom: solid 1px #ffffff;
	color: #454545;	
	background-color: #f9f7f8;
}

table th{
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background-color: #73d0df;
}

table thead th{
	border: solid 1px #000000;
}

div{
	
}

/*------------\\\\\\\\\LISTAS----------\\\\\\\\\\\\\\--------------*/

ol, ul{	
	list-style-position: inside;
	/*list-style-image:url(layout_list_icon.jpg);*/
}

ul{

}

ul ul{
	list-style: square;
}

ol{
		
}

ol ol{
	list-style: lower-alpha;
}

ul ul,ol ol{
	margin-left: 35px;
}

li{
	margin-top: 20px;
	text-align:left;
}

dl{

}

dt{
	font-weight: bold;
}

dd{
	margin-left: 20px;
}

/*------------\\\\\\\\\----------\\\\\\\\\\\\\\--------------*/

hr{	
	background-image: url(../images/layout_hr_bg.png);
	background-repeat: repeat-x;
	height: 26px;
	width: 695px;
	margin-bottom: 20px;	
}
/*------------\\\\\\\\\FORMULÁRIO----------\\\\\\\\\\\\\\--------------*/

fieldset{
	width: 80%;
	margin-top: 5px;	
	padding: 5px;
	background-color: #e6e6e6;
}

legend{
	padding: 5px;
	font-weight: bold;
	color: #ffffff;		
	background-color: #73d0df;
}

fieldset fieldset{
	width: 390px;
	margin: 0 0 0 0;	
	border: solid 1px #454545;
}

fieldset fieldset legend{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}

fieldset input, fieldset label, fieldset select{
	display:inline-block;
	vertical-align: top;
}

label {
	min-width: 100px;
	min-height: 30px;
	line-height: 30px;
}

input[type="text"], input[type="password"], input[type="file"],  textarea{
	width: 200px;
	min-height: 30px;
	border: solid 2px #ffffff;
	margin-top: 3px;
	color: #ffffff;	
	background-color: #73d0df;
}

input[disabled="disabled"]{
	color: #d3d8d9;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="file"],  fieldset textarea{
	width: 400px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus{
	background-color: #ffffff;
	color: #000000;
}

input[type="submit"], input[type="reset"]{
	color: #ffffff;
	font-weight: bold;
	min-width: 100px;
	padding: 2px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #085968;
}

input[type="submit"]:hover, input[type="reset"]:hover{
	color: #FFFFFF;
}

select{
	background-color: #454545;
	border: solid 1px #000000;
	color: #000000;
}

optgroup{
	background-color: #d3d8d9;
	color: #454545;
}

option{
	background-color: #454545;
	color: #000000;
}
/*------------\\\\\\\\\----------\\\\\\\\\\\\\\--------------*/

iframe{

}

img{
	/*display:block;*/
}

/*------------\\\\\\\\\FORMATAÇÃO DE TEXTO----------\\\\\\\\\\\\\\--------------*/

a {
	color: #6f6f6f;
	text-decoration: none;
}

a:visited{
	
}

a:active{
	
}

a:hover{
	
}

cite{

}

blockquote{
	background-color: #454545;	
	width: 80%;
	min-height: 50px;
	border-right: double 3px #d3d8d9;
	border-left: solid 1px #d3d8d9;
	margin-top: 10px;
	margin-bottom: 10px;	
	float: none;
	text-align: center;	
	text-indent: 50px;
}

address {
	font-size: 16px;
}

q{
	background-color: #454545;
	quotes: "<<" ">>" "'" "'";
}

h1, h2, h3, h4, h5{
	color: #ffffff;
}

h1{
	display: block;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 10px;

	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	
	line-height: 40px;
	background-color: #73d0df;
}

h2{
	color: #000000;
}

h3{
	background-image:url(../images/layout_bg_h3.png);
	color: #454545;
	font-size: 9pt;
	text-indent: 45px;
	text-align: left;
	line-height: 22px;
}

h4{

}

h5{

}

p{
	
}

strike{

}