body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin:0;
}

@font-face {
    font-family: 'CalibriRegular';
    src: url('type/calibri-webfont.eot');
    src: url('type/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/calibri-webfont.woff') format('woff'),
         url('type/calibri-webfont.ttf') format('truetype'),
         url('type/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriBoldItalic';
    src: url('type/calibriz-webfont.eot');
    src: url('type/calibriz-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/calibriz-webfont.woff') format('woff'),
         url('type/calibriz-webfont.ttf') format('truetype'),
         url('type/calibriz-webfont.svg#CalibriBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriBold';
    src: url('type/calibrib-webfont.eot');
    src: url('type/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/calibrib-webfont.woff') format('woff'),
         url('type/calibrib-webfont.ttf') format('truetype'),
         url('type/calibrib-webfont.svg#CalibriBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriItalic';
    src: url('type/calibrii-webfont.eot');
    src: url('type/calibrii-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/calibrii-webfont.woff') format('woff'),
         url('type/calibrii-webfont.ttf') format('truetype'),
         url('type/calibrii-webfont.svg#CalibriItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	margin: 0;
	padding: 0;
	border: none;
}


div {
	text-align:left;
	margin:0;
	padding:0;
}

.blue {color:#00a3fe;}
.navy {color:#063954;}
.gry {color:#41494e;}

.fs1{line-height:22px;font-size:15px;}


a {
	color:#0091c1;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}

.img_lt{
	padding:0px 20px 20px 0px;
	float:left;
}
.img_rt{
	padding:0px 0px 20px 20px;
	float:right;
}




