 
<!-- 


H1 {font-size: 12pt; font-family:arial; color:#000000; margin-bottom:0px; padding-bottom:0px}
H2 {font-size: 10pt; font-family:arial; color:#FFFFFF; margin-bottom:0px; padding-bottom:0px}
H3 {font-size: 10pt; font-family:arial; color:#000080; margin-bottom:0px; padding-bottom:0px}
H4 {font-size: 8pt; font-family:arial; color:#000000; margin-bottom:0px; padding-bottom:0px; font-weight:normal;}
H5,H6 {font-size: 8pt; font-family:arial; color:#000000; margin-bottom:0px; padding-bottom:0px}


form {margin-top: 0px; margin-bottom: 0px}
hr {margin-top: 0px; margin-bottom: 0px}

.menu a:link { text-decoration: none; color: black }
.menu a:visited { text-decoration: none; color: red }
.menu a:hover { background: black; color: white }

.wrapper a:link { text-decoration: none; color: black }
.wrapper a:visited { text-decoration: none; color: red }
.wrapper a:hover { background: black; color: white }


.bocb {font-weight:normal}


* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;

}
.box {
	position: fixed;
	/*left: 50%;*/
	left: auto;
	right: 1.2em;
	/*top: 180px;*/
	top: 0em;	
	font-size: 75% /*adjust this to make the menu larger or smaller*/;
	margin: 0 0 0 -370px;
}

.box p {
	margin: 0; 
	padding: 2px 2px;
	font-family: Arial, sans-serif;
	background: #990000;
	/*border: thin outset #000;*/
	border: thick #000;
	color: white;
}



* html .box { 
	position: absolute;
}

/*

Fixed Positioning in IE6 
http://ryanfait.com/

*/

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#00FFFF;
    color:#FFF;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#F00}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-7em; left:12em; width:15em;
    border:1px solid #0cf;
    background-color:#FFF; color:#000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight:bold;
    text-align: center;}


--> 







