/*****************************************/
/** GERAL ********************************/
/*****************************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	color: #10346E;
	line-height: 150%;
	background-color: #C0C1C2;
}

h1,
h2,
h3{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
}

h1{
	border-bottom: 1px solid #E6E7E8;
	margin-bottom: 10px;
}

h2{
	margin: 5px 0;
	font-size: 14px;
}

h3{
	font-size: 13px;
}

p{
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
}

a,
a:active,
a:visited{
    color: #10346E;
}

a:hover{
    color: #0098D4;
}

img{
	border: 0px;
}

/*****************************************/
/** TABLES *******************************/
/*****************************************/
table{
    border-collapse: collapse;
}

/*****************************************/
/** FORMS ********************************/
/*****************************************/
form{
  	font-size: 12px;
	color: #10346E;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

label{
    float: left;
	clear: none;
    margin: 0 10px 0 0;
  	font-size: 12px;
	color: #10346E;
    text-align: right;
	line-height: 19px;
}

input,
textarea,
select{
	float: left;
	clear: none;
	margin: 0 0 0 10px;
	padding: 1px 2px;
    float: left;
	font-size: 13px;
	color: #10346E;
	border: 1px solid #BEBFC1;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

textarea{
	overflow: auto;
}

input[type=hidden]{
    display: none;
}

/*************************************************************************/
/** OUTROS ***************************************************************/
/*************************************************************************/
div#preloader{
	display: none;
}
