body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
P {  font-family: Tahoma, Arial; font-size: 11px; color: #4b4b4b}
TD {  font-family: Tahoma, Arial; font-size: 11px; color: #4b4b4b}
.copy {  font-family: Tahoma, Arial; font-size: 10px; color: #7f7f7f}
.botao { background-color: #ece9d8; border:1px #999999 solid; font-size: 10px;font-family: Tahoma; width:72px; height:17px }
.caixa { font-family:Tahoma, Arial;font-size:11px;border:1px #005a9f solid; color: #000000; background-color: #f0f8ff}
.caixa2 { font-family:Tahoma, Arial;font-size:11px;border:1px #005a9f solid; color: #000000; background-color: #f0f8ff}

A:visited {
   font-style : normal; 
   font-size : 11px; 
   font-family : Tahoma, Arial; 
   color : #323232; 
   text-decoration : none; 
}

A:hover {
   font-style : normal; 
   font-size : 11px; 
   font-family : Tahoma, Arial; 
   color : #323232; 
   text-decoration : underline; 
}


A:active {
   font-style : normal; 
   font-size : 11px; 
   font-family : Tahoma, Arial; 
   color : #323232; 
   text-decoration : underline; 
}


A {
   font-style : normal; 
   font-size : 11px; 
   font-family : Tahoma, Arial; 
   color : #323232; 
   text-decoration : none; 
}

#barra_progresso
{
    FONT-SIZE: 1px;
    LEFT: 0px;
    WIDTH: 1px;
    POSITION: relative;
    TOP: 1px;
    HEIGHT: 5px;
    BACKGROUND-COLOR: #1F4789
}
#carregador_pai
{
    WIDTH: 100%;
    POSITION: absolute;
    TOP: 40%;
    TEXT-ALIGN: center
}
#carregador_fundo
{
    FONT-SIZE: 1px;
    LEFT: 8px;
    WIDTH: 113px;
    POSITION: relative;
    TOP: 8px;
    HEIGHT: 7px;
    BACKGROUND-COLOR: #ebebe4
}
#carregador
{
    BORDER-RIGHT: #6a6a6a 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #6a6a6a 1px solid;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    FONT-SIZE: 11px;
    Z-INDEX: 2;
    PADDING-BOTTOM: 16px;
    MARGIN: 0px auto;
    BORDER-LEFT: #6a6a6a 1px solid;
    WIDTH: 130px;
    COLOR: #000000;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #6a6a6a 1px solid;
    FONT-FAMILY: Tahoma, Helvetica, sans;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left
}

#imagens {
	position:absolute;
	width:210;
	height:180;
	z-index:1;
	overflow: auto;
}


* {
	margin:0;
	padding:0;
	list-style:none;
}

#basic-accordian{
	padding:2px;
	width:465px;

	z-index:2;
}


.titulo{
	padding:2px;
	background:#0066FF;
	color:#FFFFFF;
	border:1px solid #FFF;
	font-weight:bold;
}

.accordion_headings{
	padding:2px;
	background:#000000;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#0066FF;
}

.accordion_child{
	padding:5px;
	background:#fdfdfd;
}

.header_highlight{
	background:#0066FF;
}