/* $Id:$ */



BODY {	margin-left : 4em;
	margin-right : 4em;
	margin-bottom: 3em;
	margin-top: 3em;
        font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	background: white;
}



A:link	{ 
#	color:#00AA44; 
color:#FF0000;
}
A:hover {
	background: #CCAAFF;
} 
A:visited	{ 
	color:#660099;  
}



H1 {
	font-size: 220%;
	font-weight: bold;
	color: #660099; 
}

H2 {
	font-size: 120%;
	font-weight: bold;
	color: #660099;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
}

H3 {
        font-size: 90%;
	font-weight: bold;
	color: #660099; 
        margin-right: 1em;
line-height: 1.4em;
}

H4{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #660099; 
	margin-left: 1em;
}

DL DT {
	font-weight: bold;
}

DL {
	margin-bottom: 0.2em;
}

TT, PRE {
	font-family: "Lucida Console", "Courier New", "Courier", "Andale Mono";
}

P	{
        font-size: 90%;
        line-height: 1.4em;
        font-weight: 300;
	}

P.flush {
	margin-left: 0em;
	margin-right: 0em;
        font-size: 75%;
}

blockquote {
font-size: 95%;
}

DD	{
	margin-left: 3em;
	margin-right: 1em;
	font-size: 75%;
        margin-bottom: 1em;
	}

DT 	{
    	font-size: 75%;
	margin-left: 1em;
        color: #660099; 
}

.cellRightAlign {
   vertical-align: top;
   text-align: right;
   min-width: 100px;
}

.cellLeftAlign {
   vertical-align: top;
   text-align: left;
   min-width: 100px;
}

TD.shaded {
background-color: #ddbbff;
}

TD.navbar {
font-size: 90%;
#background-color: #ddbbff;
border-top: #660099 5px solid;
border-bottom: #660099 5px solid;
padding: 2px;
}


P.highlight {
	background: #DDDDDD;
	padding: 0.6em; 
	border:none; 
	font-weight: bold;
        margin-left: 10%;
	margin-right: 10%;
} 

P.sidebar {
	font-size: 75%
}

P.sidebar3 {
	font-size: 75%;
        text-align: center
}

P.sidebar2 {
	font-size: 75%;
        text-align: right
}

P.sidebar4 {
	font-size: 75%;
	color:#ddbbFF;
}

P.sidebar4 A:visited {
	   color:FFFFFF;
}

P.navbar {
	background: #DDDDDD;
	color:#660099; 
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
	border: thin #660099 solid;
	font-size: 75%;
}
P.navbar A:link {
	text-decoration: none;
}
P.navbar A:visited {
	text-decoration: none;
}
P.navbar A:hover {
	background: #660099;
	color:#AAAAAA; 
	text-decoration: none;
} 

P.tiny {
   	 font-size: 10%;
}

a.info{
    position:relative; /*this is the key*/
#    z-index:1; 
#    background-color:#ccc;
    color:#000;
    font-size: 80%;
    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:1em; left:0em; width:10em;
    border:3px solid #99CCFF;
    background-color:#99CCFF; color:#000; z-index:1;
    text-align: left}

li {
        margin-left: -1.5em;
	font-size: 90%;
        font-weight: 300;
	margin-bottom:0.2em;
}
