A {COLOR: #8492D6; TEXT-DECORATION: none}
	A:LINK {TEXT-DECORATION:NONE}
	A:VISITED {TEXT-DECORATION:NONE}
	A:ACTIVE {TEXT-DECORATION:NONE}
	A:HOVER {TEXT-DECORATION:UNDERLINE}

body{margin:4px 0px 0px 4px;font-family:arial, helvetica,serif;background-color:white;font-size: 14px;}
body{scrollbar-face-color: #FFFFFF; scrollbar-3dlight-color: #456594; 
scrollbar-highlight-color: #FFFFDD; scrollbar-shadow-color: #FFFFDD; 
scrollbar-darkshadow-color: #456594; scrollbar-track-color: #FFFFFE;
scrollbar-arrow-color: #456594}
p{margin:0px 10px 10px 10px}
h2{font-size:13pt};

/* font CLASSes */
.body { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; }
.pagetitle {color:#8492D6;font-size:16px;font-family:arial,helvetica;text-decoration:none;font-weight:bold;}
.title {color:#4D4D4F;font-size:14px;font-family:arial,helvetica;text-decoration:none;font-weight:bold;}
.footprint { font-size: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; }

.search input {
	color: #DCDCD2;
	width: 100px;
	padding-left:15px;
	margin: 0px 10px 15px 15px;
	border: 1px solid #eeeeee;
	background: url(images/ui/icon-search.gif) no-repeat center left #5A7DB1;
}

/* Div and Span block ID's */
#content {
	margin-left : 1em;
	margin-top : 1em;
	font-size : 10pt;
	vertical-align: top;
}

#newsbox {
	COLOR: #ddd; background-color: #fdfdfd; TEXT-DECORATION: none; padding: 5px 10px 5px 10px; margin: 130px 20px 0px 20px; font-size:11px; border: 1px solid #eee; border-top: 3px solid #ddd; border-bottom: 3px solid #ddd; height:200px width:150px;
}

#leftsubmenu {
/* display:none;*/
COLOR: #fff; TEXT-DECORATION: none; padding-left:36px; margin-top: -6px; font-size:11px; margin-bottom: 10px; margin-left: 20px;
	A:LINK {color: #FFFFFF; TEXT-DECORATION:NONE}
	A:VISITED {TEXT-DECORATION:NONE}
	A:ACTIVE {TEXT-DECORATION:NONE}
	A:HOVER {color:#FFF; TEXT-DECORATION:NONE}
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    font-size:80%;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ffffe1; text-decoration:none}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:0em; width:4em;
    border:1px solid #eee;
    background-color:#fefefe; color:#879da3;
    text-align: center}

/* For the screenshots */
a.ss{
    position:relative; /*this is the key*/
    z-index:24;
    color:#FCA345;
	font-weight:600;
    text-decoration:none}

a.ss span{display: none}

a.ss:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-150px; left:80px; width:140px;
	padding: 4px 4px 0px 4px;
    border:2px solid #eee;
    background-color:#fefefe; color:#879da3;
    text-align: center;
	font-size:7pt;
	filter: alpha(opacity=40); -moz-opacity: .40;
	}
/* end */

	
.doc_gray {
background-color: #fafafa;
font-size:11pt;
color: black;
margin-bottom:24px;
padding: 10px;
text-align:justify 
}

