body{
font-family: "times new roman";
font-size: 9pt;
}

.ntext{
font-family: "times new roman";
font-size: 10pt;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
}

a {
	text-decoration: underline;
	/* color:#3496C1; */
	color: black;
}

a.1 {
	text-decoration: underline;
	color:#2680A7;
}

a.2 {
	text-decoration: underline;
	color:#696969;
	font-size:11px;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}

.style7 {font-size: x-small}
.style10 {font-size: 12px}
.style12 {font-size: 12px; font-weight: bold; }
.style16 {color: #0033CC}

 li.MsoNormal
	{mso-style-parent:"";
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	color:windowtext; margin-left:0in; margin-right:0in; margin-top:0in}

div.bulletlist li{
	padding-bottom: 10px;
}

.headings1{
font-size: 12pt;
font-weight: bold;
}

.headings0{
font-size: 16pt;
font-weight: bold;
}

.bg0{
background-image: url("http://citbroadband.com/images/7.jpg");
background-color: #E4E4E4;
background-repeat: repeat-x;
background-position: top left;
}

.bg1{
background-image: url("http://citbroadband.com/images/bak1.jpg");
background-color: #F8F8F8;
background-repeat: repeat-y;
background-position: top right;
}

.faq_lst a{
text-decoration: none;
line-height: 17pt;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#F7F3F7;
    color: #333;
    text-decoration:none;
    font-family: Tahoma;
    font-size: 12px ! important;
}

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

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #949294;
    background-color:#F7F3F7; color:#000;
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 5px;
}