body{
	margin: 0;
	padding: 0;
	list-style: none; 
	font-size:1em;
	color:#000000;
	text-decoration:none; font-family:fsalbertthin, Arial, Helvetica, sans-serif, "Arial Narrow";
}
.leftpaneltxt{ width:97%; color:#FFF; border-bottom:1px dotted #fff; padding:7px 8px 10px 8px; line-height:20px}

h1{ font-size:20px; color:#FFF; font-weight:normal;font-family:fsalbertthin, Arial, Helvetica, sans-serif, "Arial Narrow";}
.scrollcontnet{ font-size:14px; margin:8px 0 0 0; padding:0; font-family:fsalbert, Arial, Helvetica, sans-serif, "Arial Narrow";}
.txt12wh{ font-size:12px; margin:8px 0 0 0; padding:0; color:#FFF}
.txt25{font-size:25px; color:#FFF;}
.bluetxt{ color:#71c4ff}
.newshead{ font-size:20px; color:#FFF}





.styled-v-bar{ /* sample CSS class for a different vertical scrollbar look */
background:	url(../images/custom-scroll-bar.png) center top no-repeat;
width: 10px;
margin-right: 0;
margin-bottom: 4px; 
}

@font-face {
    font-family: 'fsalbert';
    src:url('../fonts/fs_albert_0-webfont.eot');
	src: url('../fonts/fs_albert_0-webfont.eot?#iefix') format('eot'), 
	url('../fonts/fs_albert_0-webfont.woff') format('woff'), 
	url('../fonts/fs_albert_0-webfont.ttf') format('truetype'),
	url('../fonts/fs_albert_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertthin';
    src:url('../fonts/fs_albert-thin_0-webfont.eot');
	src: url('../fonts/fs_albert-thin_0-webfont.eot?#iefix') format('eot'), 
	url('../fonts/fs_albert-thin_0-webfont.woff') format('woff'), 
	url('../fonts/fs_albert-thin_0-webfont.ttf') format('truetype'),
	url('../fonts/fs_albert-thin_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fsalbert';
src: url('../fonts/fs_albert_0-webfont.svg') format('svg');

}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fsalbertthin';
src: url('../fonts/fs_albert_0-webfont.svg') format('svg');

}
}