BODY  {
	font-family : geneva, arial, verdana;
	font-size : 11px;
	background-color: white;
	color : #000099;
}
A  {
	color : #000099;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

.comp-titulo {
	font-size : 15px;
	font-weight : bold;
	color : #000099;
}

.comp-titulo-resumo,
.comp-link-resumo {
	font-size : 9px;
	font-weight : bold;
	color : #000099;
}

A.comp-titulo-resumo,
A.comp-link-resumo {
	color : #000099;
}

.comp-nav,
.comp-link,
A.comp-nav{
	font-size : 9px;
	color : #000099;
}

.comp-top-title {
	
	/*background-color:  #3399ff;*/
	font-size : 15px;
	color : #000099;
	font-weight : bold;
	/*padding-right: 12px;*/
	
}

A.comp-titulo-resumo:visited,
A.comp-link-resumo:visited {
	color : #000099;
}

.comp-note {
	font-size : 9px;
}

.comp-legenda {
	font-size : 9px;
	color : #;
}

.comp-texto {
	font-size : 11px;
	color : #000099;
	padding: 0 12px 24px 12px;
	text-align: left;
	width: 550px;
}

.comp-texto-resumo {
	font-size : 9px;
}

.comp-mod-title {
	background-color: #3399ff;
	color: #000099;
	font-size : 11px;
}

.comp-mod-list-border {
	background-color: #3399ff;
}

.comp-mod-list-title {
	background-color: #;
	color: #000099;
	font-size : 11px;
}

.comp-mod-list-sel {
	color: #;
	font-size : 11px;
	/*font-size : 9px;*/
	font-weight: bold;
}

.comp-mod-list-light {
	background-color: #99ffff;
	color: #000099;
	font-size : 11px;
}

.comp-mod-list-dark {
	background-color: #7ae0ff;
	color: #000099;
	font-size : 11px;
}

A.comp-mod-list-light{
	color: #000099;
	/*font-weight: bold;*/
}

A.comp-mod-list-dark {
	color: #000099;
	font-weight: bold;
}

A.comp-mod-list-light:hover,
A.comp-mod-list-dark:hover {
	text-decoration: underline;
}


.comp-logo  {
	border: medium solid #d3d3d3;
}


/* form */
.form,
.err,
.form-title
{
	font-family : geneva, arial, verdana;
	font-size : 11px;
	color : #000099;
}
.label-req
{
	font-weight: bold;
}

.err
{
	background-color: white;
	border: solid 1px #000099;
	padding: 8px;
}

.label-err
{
	font-weight: bold;
	color: red;
}


.form-title  {
	font-weight : bold;
}

