
/* ---------------------------------------------------------------------------- */
/* AccentBDA                                                                    */
/* ---------------------------------------------------------------------------- */
}
/*<--------Normal text------>*/
.normaltext {FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Verdana}
.normaltextbold {FONT-SIZE: 8pt; COLOR: #FFFF00; FONT-FAMILY: Verdana; font-weight: bold;}
/*<--------Text in the tables INDEX------>*/
.margintext {
	FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*<--------Headers------>*/
.header {
	FONT-SIZE: 8pt; COLOR: #B7B7B7; FONT-FAMILY: Verdana;
	font-weight: bold;
}
/*<--------Index Menu------>*/
.idx_menu {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Verdana;
}
A.idx_menu:link {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8;
}
A.idx_menu:visited {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8;
}
A.idx_menu:hover {
	FONT-SIZE: 10pt; COLOR: #D3F0D9; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8;
}
/*<--------Down Menu------>*/
.dwn_menu {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Verdana;
}
A.dwn_menu:link {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
A.dwn_menu:visited {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
A.dwn_menu:hover {
	FONT-SIZE: 10pt; COLOR: #BECEDB; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
/*<--------TXT Link------>*/
.txt_lnk {
	FONT-SIZE: 8pt; COLOR: yellow; FONT-FAMILY: Verdana;
        font-weight: bold;
}
A.txt_lnk:link {
	FONT-SIZE: 8pt; COLOR: yellow; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
A.txt_lnk:visited {
	FONT-SIZE: 8pt; COLOR: yellow; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
A.txt_lnk:hover {
	FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight: bold;
}
/*<--------Line------>*/
.line {
	FONT-SIZE: 1pt; COLOR: white; FONT-FAMILY: Verdana
}
/*<--------Down text------>*/
.dwn_text {
	FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Verdana
}
/*<--------Addreess------>*/
.address {
	FONT-SIZE: 7pt; COLOR: black; FONT-FAMILY: Verdana;
	COLOR: #D7D6D6;
}
/*<--------Header------>*/
.headeggr {
	FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana;
	font-weight: bold;
	COLOR: #B7B7B7;
}
/*<--------scroll bars------>*/
.TA {scrollbar-3dlight-color:;
           scrollbar-arrow-color:;
           scrollbar-base-color:gray;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:;
}