.tbl a {
	width:100%;
	background-color: #CCCCC;
	text-align: center;
	display:block;
	text-decoration: none;
	color:#000;
}

.tbl a:hover {
	text-decoration: none;
	background-color: #D1DCE9;
        color: #FF0000;
}

.rollover a {
	width:300px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	text-align: center;
	display:block;
	text-decoration: none;
	color:#000;
}

.rollover a:hover {
	text-decoration: none;
	background-color: #D1DCE9;
	color: #FF0000;
}

.rollover ul {
    list-style-type: none;
}

.rolllover p {
    margin:0px
}

.butt {
    background: transparent url(images/Navigation_icons_12.gif) no-repeat center top;
}

.head1 {
	background-color:#A0522D;
	color:white;
	font-size: 16px;
}

.head2 {
	background-color:#B8860B;
	color:white;
    font-size: 16px;
}

.head3 {
	background-color:maroon;
	color:white;
    font-size: 16px;
}

.head4 {
	background-color:#2F4F4F;
	color:white;
	font-size: 16px;
}

#newscontainer{
	position: relative;
	width: 232px; /*marquee width */
	height: 60px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 1px solid orange;
	padding: 2px;
	padding-left: 4px;
}
#textpara{
      text-align:justify;
	  
	  font-family:Verdana,Tahoma,Helvetica, Arial, Sanserif;
	  
	  }