/* style definitions for b-trust.org*/

/*element class conventions*/
/*body*/

/***************Links*****************/
/*top-right corner quick links class=top_right*/

a.top_right:link {				/* unvisited link */
	font-family:verdana;
	font-size:8pt;
	color: #336699;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:1pt;
	line-height:20pt
}     
a.top_right:visited {				/* visited link */
	font-family:verdana;
	font-size:8pt;
	color: #336699;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:1pt;
	line-height:20pt
}       /* visited link */
a.top_right:hover {text-decoration:underline; color:#3399CC}   /* mouse over link */
a.top_right:active {
	color: #3399CC
}   /* selected link*/

/*ordinary links in text class=ordinary_links*/
a.ordinary_links:link 
{font-family:verdana;
font-size:smaller;
color: #333366;
text-decoration:none;
font-weight:normal}     /* unvisited link */
a.ordinary_links:visited {font-family:verdana;
font-size:smaller;
color: #333366;
text-decoration:none;
font-weight:normal}  /* visited link */
a.ordinary_links:hover {color:#3399CC; text-decoration:underline}   /* mouse over link */
a.ordinary_links:active {color: #3399CC}   /* selected link*/


/*section links on home page class=section_links*/
a.section_links:link {font-family:verdana; font-size:8pt; color: #2832AA; text-decoration:none; font-weight:normal}     /* unvisited link */
a.section_links:visited {font-family:verdana; font-size:8pt; color: #2832AA; text-decoration:none; font-weight:normal}  /* visited link */
a.section_links:hover {color:#000000}   /* mouse over link */
a.section_links:active {color: #3399CC}   /* selected link*/

/*sub-section links on pages class=sub_links*/
a.sub_links:link {
font-family:verdana;
font-size:8pt;
color:#4280c5;
text-decoration:none;
font-style:oblique;
letter-spacing:0.1;}     /* unvisited link */
a.sub_links:visited {font-family:verdana;
font-size:8pt;
color:#4280c5;
text-decoration:none;
letter-spacing:0.1;
font-style:oblique;
}  /* visited link */
a.sub_links:hover {color:#ff6600; font-weight:normal; text-decoration:underline}   /* mouse over link */
a.sub_links:active {color: #4280c5}   /* selected link*/

/*sub-section links header class=sub_header*/
a.sub_header:link {
font-family:verdana;
font-size:smaller;
color:#FFFFFF;
text-decoration:none;
letter-spacing:0.5;
font-variant:small-caps;
background:#336699}     /* unvisited link */
a.sub_header:visited {font-family:verdana;
font-size:smaller;
color:#FFFFFF;
text-decoration:none;
letter-spacing:0.5;
font-variant:small-caps;
background:#336699}  /* visited link */
a.sub_header:hover {color:#339966; font-weight:bold}   /* mouse over link */
a.sub_header:active {color: #3399CC}   /* selected link*/


/*bottom text menu links class=bottom*/
a.bottom:link {font-family:verdana; font-size:xx-small; color: #666666; text-decoration:none; font-weight:normal}     /* unvisited link */
a.bottom:visited {font-family:verdana; font-size:xx-small; color: #666666; text-decoration:none; font-weight:normal}  /* visited link */
a.bottom:hover {color:#CCCCCC; text-decoration:underline}   /* mouse over link */
a.bottom:active {color: #3399CC}   /* selected link*/

/***************Text*****************/

/*ordinary text class=ordinary_text*/
p.ordinary_text {font-family:verdana; font-size:smaller; color: #333333; text-decoration:none; font-weight:normal}

/*text for tables class=t_tables*/

p.t_tables {font-family:verdana; font-size:8pt; color: #333333; text-decoration:none; font-weight:normal}


/*sub sections inside ordinary text class='*/
p.ot_subsect{font-family:verdana; font-size:10pt; color: #3399CC; text-decoration:none; font-weight:bold}

/*small sized text for special purposes class=small_text*/
p.small_text {font-family:verdana; font-size:xx-small; color: #666666; text-decoration:none; font-weight:normal}

/*emphasized text for special purposes class=big_text*/

/*section headers at the beginning of ordinary text class=sh*/
p.sh{font-family:verdana;
font-size:smaller;
color: #FFCF00;
text-decoration:none;
background:#1f1f79;
font-style:bold;
letter-spacing:2pt; 
font-variant:small-caps;
border-bottom: 1pt solid outset ;
border-right: 1pt solid outset; border-color:#CCCCCC; }
/* text for form buttons */
p.fb{
	font-family:verdana;
	font-size:8pt;
	color: #3366ff;
	text-decoration:none;
	border: 1pt solid #3366ff;
	vertical-align: middle;
	background-position: center center;
	cursor: hand;
	text-align: center;

}
/***************Tables*****************/

/*page table class=table_page*/
table.table_page{border-top:0pt solid #4d468c
border-left:0pt solid #4d468c
border-right:0pt solid #4d468c
border-bottom:0pt solid #4d468c
}

/*smaller tables inside big one: */
/*----------------------------------*/
	/*small table 1  top right corner for quick links class=st1*/
	table.st1{border-bottom:0pt inset; background-color:#ffffff}
	/*right small table for sub-sections class=smtsub */
	table.smtsub{
	border:1pt inset #FFCF00;
	background-color:#F5F4E9;
}
	/*small table major text containing area class=st3*/
	table.st3{border-left:1pt solid #FFCF00;
	border-top:0pt solid #4d468c;
	 background-color:#F5f4e9}
	/*small tables inside major text class=sm_major */
	table.sm_major{border-left:1pt solid #666666; 
	border-right:1pt  solid #FFCF00;
	border-bottom:1pt solid #FFCF00; 
	border-top:1pt solid #666666;
	background-color:#ffffff}

/*small tables on first page with sections class=front_sect*/
	table.front_sect{border-bottom:1pt inset #FFCF00; background-color:#F5F4E9}

/*small table on first page with news section class=front_news*/
	table.front_news{border-bottom:1pt inset #FFCF00; 
	border-left:1pt solid #3399CC;
	border-right:1pt solid #3399CC;
	background-color:#F5F4E9}

/*text input filed for search*/
.input{background-color:#CCCCCC}
 
 a.header_top:link {				/* unvisited link */
	font-family:verdana;
	font-size:10pt;
	color: #FFCC00;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}     
a.header_top:visited {				/* visited link */
	font-family:verdana;
	font-size:10pt;
	color: #FFCC00;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}       /* visited link */

a.header_top:hover {      	/* mouse over link */
	font-family:verdana;
	font-size:10pt;
	color: #3399CC;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}   /* mouse over link */

a.header_top:active {
	font-family:verdana;
	font-size:10pt;
	color: #FFCC00;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}   /* selected link*/

/*Header - top Selected quick links class=header_top*/

a.header_top_sel:link {				/* unvisited link */
	font-family:verdana;
	font-size:10pt;
	color: #66CCCC;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}     
a.header_top_sel:visited {				/* visited link */
	font-family:verdana;
	font-size:10pt;
	color: #66CCCC;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}       /* visited link */

a.header_top_sel:hover {      	/* mouse over link */
	font-family:verdana;
	font-size:10pt;
	color: #3399CC;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}   /* mouse over link */

a.header_top_sel:active {
	font-family:verdana;
	font-size:10pt;
	color: #66CCCC;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:20pt
}   /* selected link*/



/*ordinary links in text class=ordinary_links*/
a.ordinary_links:link 
{font-family:verdana;
font-size:smaller;
color: #333333;
text-decoration:none;
font-weight:normal}     /* unvisited link */
a.ordinary_links:visited {font-family:verdana;
font-size:smaller;
color: #333333;
text-decoration:none;
font-weight:normal}  /* visited link */
a.ordinary_links:hover {color:#3399CC }   /* mouse over link */
a.ordinary_links:active {color: #3399CC}   /* selected link*/


/*section links on home page class=section_links*/
a.section_links:link {font-family:verdana; font-size:8pt; color: #2832AA; text-decoration:none; font-weight:normal}     /* unvisited link */
a.section_links:visited {font-family:verdana; font-size:8pt; color: #2832AA; text-decoration:none; font-weight:normal}  /* visited link */
a.section_links:hover {color:#000000}   /* mouse over link */
a.section_links:active {color: #3399CC}   /* selected link*/

/*sub-section links on pages class=sub_links*/
a.sub_links:link {
font-family:verdana;
font-size:8pt;
color:#4280c5;
text-decoration:none;
font-style:oblique;
letter-spacing:0.1;}     /* unvisited link */
a.sub_links:visited {font-family:verdana;
font-size:8pt;
color:#4280c5;
text-decoration:none;
letter-spacing:0.1;
font-style:oblique;
}  /* visited link */
a.sub_links:hover {color:#ff6600; font-weight:normal; text-decoration:underline}   /* mouse over link */
a.sub_links:active {color: #4280c5}   /* selected link*/

/*sub-section links header class=sub_header*/
a.sub_header:link {
font-family:verdana;
font-size:smaller;
color:#FFFFFF;
text-decoration:none;
letter-spacing:0.5;
font-variant:small-caps;
background:#336699}     /* unvisited link */
a.sub_header:visited {font-family:verdana;
font-size:smaller;
color:#FFFFFF;
text-decoration:none;
letter-spacing:0.5;
font-variant:small-caps;
background:#336699}  /* visited link */
a.sub_header:hover {color:#339966; font-weight:bold}   /* mouse over link */
a.sub_header:active {color: #3399CC}   /* selected link*/


/*bottom text menu links class=bottom*/
a.bottom:link {font-family:verdana; font-size:xx-small; color: #666666; text-decoration:none; font-weight:normal}     /* unvisited link */
a.bottom:visited {font-family:verdana; font-size:xx-small; color: #666666; text-decoration:none; font-weight:normal}  /* visited link */
a.bottom:hover {color:#CCCCCC; text-decoration:underline}   /* mouse over link */
a.bottom:active {color: #3399CC}   /* selected link*/

/***************Text*****************/

/*ordinary text class=header_text*/
p.header_text {font-family:verdana; font-size:10pt; color: #222222; text-decoration:none; font-weight:bold}


/*ordinary text class=ordinary_text*/
p.ordinary_text {font-family:verdana; font-size:smaller; color: #333333; text-decoration:none; font-weight:normal}


p.red_bold_ordinary_text { font-family:verdana; font-size:smaller; color: #FF0000; text-decoration:none; font-weight:bold}

/*sub sections inside ordinary text class='*/
p.user_data_text{font-family:verdana; font-size:10pt; color: #336600; text-decoration:none; font-weight:bold}

/*sub sections inside ordinary text class='*/
p.user_data_mono_text{font-family:"Courier New", Courier, mono; font-size:10pt; color: #336600; text-decoration:none; font-weight:bold}


/*sub sections inside ordinary text class='*/
p.user_data_small_text{font-family:verdana; font-size:8pt; color: #336600; text-decoration:none; font-weight:bold}

/*sub sections inside ordinary text class='*/
p.user_data_small_mono_text{font-family:mono; font-size:8pt; color: #336600; text-decoration:none; font-weight:bold}


/*text for tables class=t_tables*/

p.t_tables {font-family:verdana; font-size:8pt; color: #333333; text-decoration:none; font-weight:normal}


/*sub sections inside ordinary text class='*/
p.subject_text{font-family:verdana; font-size:10pt; color: #333399; text-decoration:none; font-weight:bold}

/*small sized text for special purposes class=small_text*/
p.small_text {font-family:verdana; font-size:xx-small; color: #666666; text-decoration:none; font-weight:normal}

/*emphasized text for special purposes class=big_text*/

/*section headers at the beginning of ordinary text class=sh*/
p.sh{font-family:verdana;
font-size:smaller;
color: #FFCF00;
text-decoration:none;
background:#1f1f79;
font-style:bold;
letter-spacing:2pt; 
font-variant:small-caps;
border-bottom: 1pt solid outset ;
border-right: 1pt solid outset; border-color:#CCCCCC; }
/* text for form buttons */
p.fb{
	font-family:verdana;
	font-size:8pt;
	color: #3366ff;
	text-decoration:none;
	border: 1pt solid #3366ff;
	vertical-align: middle;
	background-position: center center;
	cursor: hand;
	text-align: center;

}
/***************Tables*****************/

/*page table class=table_page*/
table.table_page{border-top:0pt solid #4d468c
border-left:0pt solid #4d468c
border-right:0pt solid #4d468c
border-bottom:0pt solid #4d468c
}

/*smaller tables inside big one: */
/*----------------------------------*/
	/*small table 1  top right corner for quick links class=st1*/
	table.st1{border-bottom:0pt inset; background-color:#ffffff}
	/*right small table for sub-sections class=smtsub */
	table.smtsub{
	border:1pt inset #FFCF00;
	background-color:#F5F4E9;
}
	/*small table major text containing area class=st3*/
	table.st3{border-left:1pt solid #FFCF00;
	border-top:0pt solid #4d468c;
	 background-color:#F5f4e9}
	/*small tables inside major text class=sm_major */
	table.sm_major{border-left:1pt solid #666666; 
	border-right:1pt  solid #FFCF00;
	border-bottom:1pt solid #FFCF00; 
	border-top:1pt solid #666666;
	background-color:#ffffff}

/*small tables on first page with sections class=front_sect*/
	table.front_sect{border-bottom:1pt inset #FFCF00; background-color:#F5F4E9}

/*small table on first page with news section class=front_news*/
	table.front_news{border-bottom:1pt inset #FFCF00; 
	border-left:1pt solid #3399CC;
	border-right:1pt solid #3399CC;
	background-color:#F5F4E9}

/*text input filed for search*/
.input{background-color:#CCCCCC}

