@import url("/styles/menu.css");
@import url("/styles/picblock.css");

body {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 background-color : #CCCCCC;
 color :  darkgrey;
 margin-left : 0pt;
 margin-right : 0pt;
 margin-top : 0pt;
 cursor: default;
}

DIV {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 margin-left : 0pt;
 margin-right : 0pt;
 margin-top : 0pt;
 margin: 0;
 padding: 0;
 color : DARKSLATEGRAY;
}

CENTER {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
}

UL {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
}

P {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;

}

FORM {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
}

B {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
}

BIG {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 10pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
}

SMALL {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
}

H1 {
 font-family : Arial,Helvetica;
 font-size : 12pt;
 color : DARKSLATEGRAY;
}

H3 {
 font-family : Arial,Helvetica;
 font-size : 11pt;
 color : DARKSLATEGRAY;
}

H4 {
 font-family : Arial,Helvetica;
 font-size : 10pt;
 color : DARKSLATEGRAY;
}

TABLE {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding: 0px 0px 0px 0px;
 border: none;
}

TD {
 font-family : MS Sans Serif,Arial,Helvetica,FreeSans;
 font-size : 8pt;
 line-height: 12pt;
 color : DARKSLATEGRAY;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 1px;
}


IMG {
 border:none;
 border-style: none;
 padding-bottom: 0px;

}

#innerframe {
 background-color: #ffffec;
 border: solid 1px #808080;
}

#innerframe2 {
 background-color: #ffffec;
}

#cam {
 background-color: HONEYDEW;
 padding-top: 10px;
 border: solid 1px #808080;
}

A { 
 color: black;
 text-decoration: underline;
}
A:visited { 
 color: black;
 text-decoration: underline;
}
A:hover { 
 color: teal;
 text-decoration: underline;
}

A.navl { 
 color: #000000;
 text-decoration: none;
}
A:visited.navl { 
 color: #000000;
 text-decoration: none;
}
A:hover.navl { 
 color: #000000;
 text-decoration: none;
}

/* **************
 * Fading Tooltip
 */

#tt {position:absolute; display:block; background:url("/graphics/tt_left.gif") top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url("/graphics/tt_top.gif") top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url("/graphics/tt_bottom.gif") top right no-repeat; overflow:hidden}