body{
	background-color:rgb(255,255,255);
	font-family: verdana;
}

.container{
	height:100%;
}

h1, h2, h3, h4{
	color: rgb(238,3,0);
}

img{
	border-width:1;
	border-style:solid;
	border-color:rgb(0,0,0);
}

.red{
	color:rgb(238,3,0);
}

.logo{
	background-image: url('biali_hdr_carbon.png');
	background-position: right;
	background-repeat: no-repeat;
	border-width: 0;
	border-bottom-width: 1;
	border-style: solid;
	border-color: rgb(211,211,211);
}

td.topNav{
	background-image: url('biali_logo.png');
	background-position: 10 10;
	background-repeat: no-repeat;
	background-color:rgb(255,255,255);
	height:100;
	font-size:80%;
}

.menulinks{
	padding:2;
	padding-bottom:6;
	background-color:rgb(0,0,0);
	padding-left:10px;
}

.centerTable{
	background-color: rgb(255,255,255);
}

.content{
	padding:6;
}

.headerText{
	font-family: Verdana;
	font-size:12pt;
	color:rgb(238,3,0);	
}

.info{
	background-color:rgb(255,255,255);
	color:rgb(120,120,120);
	padding:2;
	font-size:9pt;
}

.footer{
	border:0;
	border-width: 1;
	border-style:solid;
	border-color:rgb(0,0,0);
	font-size:7pt;
	padding:4;
}

a:link{
	text-decoration: none;
	color:rgb(88,88,88);
}

a:visited{
	text-decoration: none;
	color:rgb(88,88,88);
}

a:hover{
	text-decoration: underline;
	color:rgb(108,108,108);
}

a.topNav:link{
	font-size:8pt;
	text-decoration: none;
	color:rgb(188,188,188);
}

a.topNav:visited{
	font-size:8pt;
	text-decoration: none;
	color:rgb(188,188,188);
}

a.topNav:hover{
	font-size:8pt;
	text-decoration: underline;
	color:rgb(108,108,108);
}

a.subLink:link{
	font-size:8pt;
	text-decoration: none;
	color:rgb(238,3,0);
}

a.subLink:visited{
	font-size:8pt;
	text-decoration: none;
	color:rgb(238,3,0);
}

a.subLink:hover{
	font-size:8pt;
	text-decoration: underline;
	color:rgb(238,3,0);
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:rgb(255,0,0);
    font-weight: bold;
    text-decoration:none;
	font-size: 10pt;
	font-family: Tahoma;
}

a.info span{display: none; visibility: hidden;}

a.info:hover{text-indent:0; z-index:25;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    visibility: visible;
    position:absolute;
    top:-40px; left:30px;
    border:1px solid rgb(200,200,200);
    background-color:rgb(248,248,248); color:rgb(0,0,0);
    text-align: center;
    font-size:8pt;
    font-weight: normal;
}