@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #F7F7F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-FACE-COLOR: #B6B8BA;
    SCROLLBAR-HIGHLIGHT-COLOR: #ECECEC;
    SCROLLBAR-SHADOW-COLOR: #666666;
    SCROLLBAR-3DLIGHT-COLOR: #ECECEC;
    SCROLLBAR-ARROW-COLOR: #EE4F7E;
    SCROLLBAR-TRACK-COLOR: #F7F7F7;
    SCROLLBAR-DARKSHADOW-COLOR: #666666
}

#texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#texto_espaço15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#principal {
	background-image: url(../imagens/raios_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

#menu {
	background-color: #B6B8BA;
	background-image: url(../imagens/menu_bg.gif);
	background-repeat: repeat-y;
}
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input, textarea {
	background-color: #f7f7f7;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-width: thin;
	border-left-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#citacao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #F386A7;
	margin: 10px;
}
#principal tr td #texto tr #texto p {
	text-align: justify;
	text-indent: 10px;
}

