

a:link    {color:#091845; text-decoration:none; font-family: Arial; font-weight: bold; font-size:10pt}
a:visited {color:#091845; text-decoration:none; font-family:  Arial; font-weight: bold;font-size:10pt}
a:active  {color:#091845; text-decoration:none; font-family:  Arial; font-weight: bold;font-size:10pt}
a:hover   {color:#FFFF00; text-decoration:none; font-family:  Arial; font-weight: bold;font-size:10pt}

a:link.a2   {color:#6A260F; text-decoration:none; font-family: Arial; font-size:8pt}
a:visited.a2 {color:#9E3A18; text-decoration:none; font-family:  Arial; font-size:8pt}
a:active.a2  {color:#6A260F; text-decoration:none; font-family:  Arial; font-size:8pt}
a:hover.a2  {color:#DCD3BE; text-decoration:none; font-family:  Arial; font-size:8pt}

a:link.3   {color:#6A260F; text-decoration:none; font-family: Arial; font-size:9pt}
a:visited.3 {color:#6A260F; text-decoration:none; font-family:  Arial; font-size:9pt}
a:active.3  {color:#9E3A18; text-decoration:none; font-family: Arial; font-size:9pt}
a:hover.3  {color:#FFFF9B; text-decoration:none; font-family: Arial; font-size:9pt}



a:link.s8    {color:#091845; text-decoration:underline; font-family: Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.s8  {color:#091845; text-decoration:underline; font-family: Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.s8   {color:#091845; text-decoration:none; font-family: Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.s8    {color:#FFFF00; text-decoration:none; font-family: Arial,Sans Serif; font-weight: normal; font-size: 8pt;}

a:link.h    {color:#CEB88A; text-decoration:underline; font-family: Arial,Sans Serif; font-weight: bold; font-size: 8pt;}
a:visited.h  {color:#CEB88A; text-decoration:underline; font-family: Arial,Sans Serif; font-weight: bold; font-size: 8pt;}
a:active.h   {color:red; text-decoration:none; font-family: Arial,Sans Serif; font-weight: bold; font-size: 8pt;}
a:hover.h    {color:red; text-decoration:none; font-family: Arial,Sans Serif; font-weight: bold; font-size: 8pt;}

body

{

            font-family: Arial; font-weight: bold;
            color: #6A260F;font-size:10pt; 
            

}


table, td, th
{
	font-family:  Arial;color: #6A260F; font-size:10pt; font-weight: bold;
}

.img
{
	border: 2px solid #6A260F; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica;

}
h1
{
	color: #FFFFFF;
}
h2
{
	color: #FFFFFF; 
}
h3           { color:#000000; font-family: Arial; font-size: 14pt; font-style: italic; 
               font-weight: bold; font-variant:small-caps }
h4
{
	color: #000000;font-variant:small-caps; font-style:italic; font-weight:bold
}
h5
{
	color: #000000;font-variant:small-caps; font-family:Verdana
}
h6
{
	color: #000000;
}

}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #AE3A20;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px Tahoma;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Tahoma;
//letter-spacing: 5px;
//line-height: 1.1em;
color: white;
//padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #FABA53;
padding: 5px;
z-index: 5;
}
