@import url(lib/layout.css);
@import url(lib/design.css);

/* ELEMENTOS */

body
{
	background-attachment: scroll;
	background-color: #00427A;
	background-image: url(../../../img/home/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	margin-top: -26px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

img
{
	border: 0px;
}

a
{
	color: #00427A;
	outline: none;
}

a.white
{
	color: white;
}

a:link, a.white:link
{
	font-family: inherit;
	font-style: inherit;
	text-decoration: none;
}

a:visited, a.white:visited
{
	font-family: inherit;
	font-style: inherit;
	text-decoration: none;
}

a.disabled
{
	color: #666666 !important;
	cursor: default !important;
}

p
{
	padding: 0;
	margin: 0;
}

.texto_item p
{
	padding: inherit;
	margin: inherit;
}

/* TEXTOS */
.titulo
{
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #00427a;
	font-weight: normal;
	border-left-width: 20px;
	text-align: left;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.texto
{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
	font-weight: normal;
	text-align: justify;
	border-left-width: 20px;
	padding-right: 22px;
	padding-bottom: 10px;
}

/* TEXTOS DA ESTRUTURA */

#submenu
{
	font-size: 12px;
	color: #00427a;
	font-weight: bold;
}

#submenu p
{
	padding-bottom: 10px;
}

#submenu a:hover,a.selected
{
	color: #ffffff;
}

#footer
{
	color: #ffffff;
}