
BODY { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:10px;
	background-color:#ffffff;
	SCROLLBAR-FACE-COLOR:#ffffff;  
	SCROLLBAR-HIGHLIGHT-COLOR:#ffffff; 
	SCROLLBAR-SHADOW-COLOR:#ffffff; 
	SCROLLBAR-ARROW-COLOR:#ffffff; 
	SCROLLBAR-BASE-COLOR:#ffffff; 
	scrollbar-dark-shadow-color:#ffffff; 
	scrollbar-3d-light-color: #ffffff;
	}

a:link{ text-decoration: none; color:#000000; font-size:12px;  }
a:visited{text-decoration: none; color: #000000; font-size:12px;}
a:hover{text-decoration:underline ; color:#000000; font-size:12px;}
a:active{text-decoration: underline ; color: #000000; font-size:12px;}

.news{ color:#000000; font-size:12px; text-align:justify}
.date{ font-weight:bold;  color:#000000; font-size:12px;}
.news-data { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  color: 00097B; font-weight: bold}
.news-title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-align: justify ; color: 4E4E4E; font-weight: bold }
.content {
    font: 10px Verdana,Tahoma,Verdana;

}



<!--
/*Page related styles for you to view*/
#test1{

width: 260px;
height: 100%;
overflow: auto;
margin: 0.3em;
padding: 0.5em;
/* IE overflow fix, position must be relative or absolute*/
position:absolute;
}

#test1 {

left: 0.8em;
top: 1em;
}

#test1 div {
color: #FDD;

}


.aligntocenter {
margin: 0.5em auto;
border: 2px solid #A22;
width: 90%;
position: relative;
height: 500px;
}

.fixedsize {
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/img/web/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/img/web/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(/img/web/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(/img/web/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(/img/web/scrollbaseback.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(/img/web/scrollbases.png) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: url(/img/web/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(/img/web/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(/img/web/scrollbases.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(/img/web/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
