@charset "iso-8859-1";
/* CSS Document */

html ,body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

html {
	background: #00BCE5;
}

.cls {
	clear:both;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:15px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:13px;
}

table {
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}


fieldset {
	padding:5px;
	border:1px solid #bbbbbb;
	margin-top:10px;
}

legend {
	font-size:13px;
	color:#666;
	font-style:italic;
	margin:0px;
}

.obrigatorio {
	font-style:italic;
	font-size:10px;
}


a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a.padraoLink {
	color:#143f88;
	text-decoration:none;
}

a:hover.padraoLink {
	color:#143f88;
	text-decoration:underline;
}

a.padraoLink2 {
	color:#666666;
	text-decoration:none;
}

a:hover.padraoLink2 {
	color:#666666;
	text-decoration:underline;
}

.titulo {
		color:#91CBD7;
		font-family:Arial;
		font-size:28px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		line-height:normal;
		margin-top:20px;
		margin-left: 15px;
	}
