.percentagewrap {
	width: 253px;
	margin:95px 0px 0px 20px;
}



#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 200px;
height: 165px;
overflow: auto;
color:#FFFFFF;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: none;
margin:0px 0px 0px 15px;/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding-right:5px; 
text-align:justify;
font-weight:normal;
line-height:17px;

}

.notic-cont {padding:0px; width:95%; text-align:justify;}
.notic-cont p {margin-top:10px; margin-bottom:5px; font-family:verdana, Arial, Helvetica, sans-serif;
font-size:12px; font-style:normal;}
.notic-cont p a {color:#ffffff; text-decoration:none;}
/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/

	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* Scroll Bar Master Styling Starts Here *//* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;font-size: 1px;position: absolute;
top: 0; left: 0;}

.vscrollerbase {
width: 0px;
background-color: NONE;}
.vscrollerbar {
/*width: 13px;
background: url(../../assets/static/images/scroll.jpg) repeat-y;*/

}


.scrollerjogbox {
width: 0px;height: 0px;
top: auto; left: auto;bottom: 0px; right: 0px;background-color: none;}