@charset "utf-8";
/* CSS Document */

font-family:tahoma;
font-size:11px;
color:#999999;
text-align:justify;
line-height:10px;}

strong, b {color:#7F7A70; font-weight:bold; text-transform:none;}
em, i {color: #EE790F;}
u {color:  #000000;; text-decoration: underline; border-bottom: 1px solid; border-bottom-color: #E08AAF;}

a{color:#C6BFAD; font-weight:bold ; text-decoration:bold; border:1px}
a:hover{color:#000000; background-color:#FDFD85; text-decoration:none;}

input,option,select,radio {
background-color:#EDEDED;
color:#979797;
font-size:8pt;
line-height:10pt;
text-align:left;
border:1px #C7C7C7 solid}

.header{background: #FDFD85; font-family:verdana; font-size:8px; text-transform:uppercase; font-weight: bold; line-height:14pt; color: #DCDCDC; text-align: left; letter-spacing:2px; padding-left:10px;}
.header2{background: #C6BFAD; font-family:ariel; font-size:8pt; font-weight: none; text-transform:lowercase; line-height:10pt; color: #838383; text-align: left; letter-spacing:2px; padding-left:10px;}
.header3{background: #ffffff; font-family:verdana; font-size:6pt; font-weight: bold; text-transform:uppercase; line-height:10pt; color: #FB2F64; text-align: center; letter-spacing:2px;}
.header4{background: #FFFFFF; font-family:verdana; font-size:6pt; font-weight: bold; text-transform:uppercase; line-height:10pt; color: #835730; text-align: center; letter-spacing:3px;}
.content{background: #FFFFFF; font-size:11px; text-transform: none; font-weight: none; line-height:10pt; color: #9A9A9A; text-align: justify; letter-spacing:0px; padding-left:5px; padding-right:5px;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: top: 350;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 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: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absoloute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

