/*body specific*/
html, body, p, table, td, th {

font-size: 8pt;
font-family: Arial;
color: #4E4C4C;

scrollbar-face-color:#000000; 
scrollbar-shadow-color: #231E1E; 
scrollbar-highlight-color: #231E1E; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #231E1E;
}

.preload, img.preload, preload.img {display:none;}

H1{
	font-size: 10pt;
        color: #000000;
        font-style: bold;
        font-weight: bold;
}

h2{
	font-size: 10pt;
        font-weight: bold;
	padding:0px 0px 8px 0px;
	margin:0;
}

a:link{
color: #4E4C4C;
text-decoration:none;
}

a:active{
color: #4E4C4C;
text-decoration:none;
}

a:visited{
color: #4E4C4C;
text-decoration:none;
}

a:hover{
color: #4E4C4C;
text-decoration:underline;
}


/* ================= POPUP WINDOW ====================== */

.stickytooltip{
box-shadow: 5px 5px 8px #282828; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #282828;
-moz-box-shadow: 5px 5px 8px #282828;
display:none;
position:absolute;
display:none;
border:8px solid black; /*Border around tooltip*/
background:#E5DBDC;
z-index:3000;
font-size: 10px;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:#747071;
padding:6px 0px 0px 0px;
text-align:left;
font-size: 9px;
}

.discuss {color: #747071;margin-top:10px;border-top: 1px solid #ABA7A6;padding-top:10px;}

/* ================= ENTER LINK ====================== */

div.enter_links   {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a   {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:visited {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:active {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:link {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:hover {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }


/* ================= HEADER LINKS ====================== */

div.header_links   {
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }

div.header_links a   {
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }

div.header_links a:visited {
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }

div.header_links a:active {
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }

div.header_links a:link {
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }

div.header_links a:hover {
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #BBA5A3;
   }

/* ================= FOOTER LINKS ====================== */

div.footer_links   {
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #231E1E;
   }

div.footer_links a   {
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #231E1E;
   }

div.footer_links a:visited {
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #231E1E;
   }

div.footer_links a:active {
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #231E1E;
   }

div.footer_links a:link {
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #231E1E;
   }

div.footer_links a:hover {
        font-size: 7pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: underline;
        color: #231E1E;
   }

