/* CSS Document */

body {
	scrollbar-arrow-color: #ff0000;
    scrollbar-base-color: #e3e3e3;
    scrollbar-dark-shadow-color: #e3e3e3;
    scrollbar-track-color: #e3e3e3;
    scrollbar-face-color: #e3e3e3;
    scrollbar-shadow-color: #e3e3e3;
    scrollbar-highlight-color: #e3e3e3;
    scrollbar-3d-light-color: #ff0000;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.fonte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
.formularios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.fonte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
	font-weight: bold;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003399;
	background-color: #6699CC;
}
.aviso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.box_frases {
	background-position: 150px;
	height: 200px;
	width: 250px;
}
.pequena_blog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}


html, body {   
    height:100%;   
}   
body {
	text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
	/* background-color: #e3e3e3;	*/
}   
#distance {
	width:1px;
	height:50%;
	margin-bottom:-13.75em; /* Metade da altura do nosso box que ficará centralizado */
	float:left;
}   
#container {
	position:relative; /* Coloca o container frente ao elemento com o id distance */
	text-align:left;
	height:auto;
	width:637px;
	clear:left;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #C4C4C4;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
}  
.button {
        background-color : #D7D7D7;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-bottom:3px;
        margin-left:1px; margin-right:1px;
        margin-top:2px
}
/*Blends the helpbox into the background of the page*/
.helpbox {border-style:none;
                background-color:#CCC;
                margin:5px;
}

/*Sets the properties of the editform table cells*/

