html,body {
	color:#FFFF99;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background: #000;
    padding:0;
    margin:0;
	min-width: 985px;
}

table {
	padding: 0;
	margin: 0;
	border: 0;
}

.header {

	width: 100%;
}


.header tr td {
	width: 60px;
	height: 150px;
	background-color:#0066CC;
}

.header tr th {
	background-color:#303a49;
}

.left_corner {
	background-image: url(i/side-lines.png);
	background-position: -48px 0;
	background-repeat:repeat-x;
}


.right_corner {
	background-image: url(i/side-lines.png);
	background-position: 108px 0;
	background-repeat:repeat-x;
}

.middle_corner_left {
background-position: -48px -150px;
}


.middle_corner_right {
background-position: 108px -150px;
}


.main {
	width: 100%;
	height: 76%;
}


.main tr th {
	width: 60px;
}

.content {
	background-color: #FFF;
	color: #000;
}





#xtel-logo {
font-weight:100;
font-size:5px;
 width:129px;
 height:84px;
 margin-left:0px;
 margin: 10px 0px 0px 0px;
 overflow:hidden;
 display:block;
 position:relative;
}

#xtel-logo a span {

	position:absolute;
	width:129px;
	height:68px;

	top:0;
	left:7px;
	background:transparent url(i/xtel-logo.png);
}

#xtel-logo .logo-super-mega-text {
	padding: 0px 0px 0px 0px;
	font-size: 22pt;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
	display: inline;

}




.info-image {
	position: absolute;
	display: inline;
}

#menu {
font-weight:100;
	text-align: center;
	padding-top: 10px;
	list-style: none;
}

#menu li:hover {
	background-color: #f3bb8a;
}

#menu li {
	display: inline;
	background-color: #e77817;
	padding: 3px 0px 3px 0px;
	margin: 0px 3px 0px 3px;
}

#menu a {
	padding: 3px 17px 3px 17px;
	text-decoration: none;
	color: #fff;
	font-size: 12pt;
	display: inline; 

}



#menu a:hover {
	color: #303a49;

}




.footer {
	background-color:#303a49;
}





.tmm, .j, .tm {
 color: #e77817;
}

a {
 color: #e77817;
}

.mega-tbl tr td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}


li {
	list-style:none;
}

h1 {
	font-size: 12pt;
	text-align: center;
}

.latest-news {
	text-align:left;
	width:666px;
	list-style-image: url('/i/mdash.png');
}

.latest-news li {
	background-color: #fff;
	list-style-image: url('/i/mdash.png');
	padding:0 0 3px 0;
}

.latest-news li img {
	padding:3px;
}

.latest-news li a {
	color:black;
	text-decoration:underline;
}

.latest-news li a:hover {
	color:blue;
	text-decoration:none;
}