/* CSS Document */

.scroll {
	border: none;
	scrollbar-3dlight-color: #0099FF;
	scrollbar-arrow-color : #333333;
	scrollbar-base-color : #0099FF;
	scrollbar-darkshadow-color : #0099FF;
	scrollbar-face-color: #0099FF;
	scrollbar-highlight-color: #0099FF;
	scrollbar-shadow-color: #0099FF;
	scrollbar-track-color: #333333;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #003399;
	margin: 0px;
	background-color: #FFFFFF;
}

td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #003399;
}

/* CONTENTS ********************************************** */

.height_001 {
	height: 100%;
}

.content_001 {
	font-size: 13px;
	line-height: 20px;
	color: #003366;
}

a:link.content_001, a:visited.content_001 {
	color: #336699;
	border-color: #336699;
	border-width: 1px;
	border-style: dotted;
	text-decoration: none;
	background-color: #E1F4FD;
}
a:hover.content_001, a:active.content_001 {
	color: #FF6600;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.content_002 {
	color: #0099FF;
	font-size: 9px;
	line-height: 6px;
}
a:link.content_002, a:visited.content_002 {
	color: #0099FF;
	text-decoration: none;
	line-height: 6px;
}
a:hover.content_002, a:active.content_002 {
	color: #FF6600;
	text-decoration: underline;
	background-color: none;
	line-height: 6px;
}
.content_003 {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 25px;
}
a:link.content_003, a:visited.content_003 {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.content_003, a:active.content_003 {
	color: #003399;
	text-decoration: underline;
}
.content_004 {
	color: #00CCFF;
}
a:link.content_004, a:visited.content_004 {
	color: #00CCFF;
	text-decoration: underline 2;
}
a:hover.content_004, a:active.content_004 {
	color: #FFFFFF;
	text-decoration: none;
}


/* LINKS ********************************************* */

/* LINKS GERAL */
a:link, a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: underline;

	
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}


/* LINKS 01 */
.link_001 {
	color: #666666;
	line-height: 13px;
}
a:link.link_001, a:visited.link_001 {
	color: #666666;
	text-decoration: none;
}
a:hover.link_001, a:active.link_001 {
	color: #FF6600;
	text-decoration: underline;
}

/* MENU PRINCIPAL */
.menu_001 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../img/bg_menu_002.gif);
}
a:link.menu_001, a:visited.menu_001 {
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0 0;
}
a:hover.menu_001, a:active.menu_001 {
	padding: 5px 5px 0 0;
	display: block;
	width: 103%;
	height: 25px;
	_height: 30px;
	color: #003366;
	text-decoration: none;
	background-position: 0 30px;

}

/* TITLES ********************************************* */

.title_001 {
	font-size: 24px;
	font-weight: bold;
	line-height: 15px;
	color: #006699;
}

.title_002 {
	font-weight: bold;
	color: #FF6600;
}

.title_003 {
	font-weight: bold;
	color: #0066FF;
}

.title_004 {
	font-weight: bold;
	color: #336600;
}

/* BORDERS ********************************************* */

.border_001 {
	border: solid;
	border-width: 1px;
	border-color: #FF6600;
}
.border_002 {
	border: solid;
	border-width: 1px;
	border-color: #999999;
}

/* BACKGROUNDS ********************************************* */

.background_001 {
	background-color: #0066CC;
}

.background_002 {
	background-color: #0099FF;
}

/* MENU NAV ********************************************* */

.nav{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	valign: top;
	background-color: #FFFFFF;

}

.nav a{
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 0px 0;
	text-decoration: none;
	text-indent: 5px;
}

.nav a:hover{
	text-decoration: underline;
}

/* FORMS ********************************************* */

input, select {
	height: 20px;
	border: solid 1px #0099FF;
	background-color: #66CCFF;
	background-image: url(../img/bg_form_001.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
}
textarea {
	width: 350px;
	border: solid 1px #0099FF;
	background-color: #66CCFF;
	background-image: url(../img/bg_form_001.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
}
.send {
	border: solid 1px #FF6600;
	background-color: #FF6600;
	background-image: url(../img/bg_send_001.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
}

.usuario_senha {
	width: 150px;
}

.botao_assinar {
	width: 300px;
	border: solid 1px #FF6600;
	background-color: #FF6600;
	background-image: url(../img/bg_send_001.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
}

.form_cadastro {
	width: 300px;
}

.visivel {
    display: block;
}

.invisivel {
    display: none;
}