@font-face {
    font-family:"Ubuntu";
    src:url('fonts/Ubuntu-R.ttf');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family:"Ubuntu";
    src:url('fonts/Ubuntu-RI.ttf');
	font-weight:normal;
	font-style:italic;
}
@font-face {
    font-family:"Ubuntu";
    src:url('fonts/Ubuntu-B.ttf');
	font-weight:bold;
	font-style:normal;
}
@font-face {
    font-family:"Ubuntu";
    src:url('fonts/Ubuntu-BI.ttf');
	font-weight:bold;
	font-style:italic;
}
@font-face {
    font-family:"Ubuntu-L";
    src:url('fonts/Ubuntu-L.ttf');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family:"Ubuntu-L";
    src:url('fonts/Ubuntu-LI.ttf');
	font-weight:normal;
	font-style:italic;
}
@font-face {
    font-family:"Ubuntu-L";
    src:url('fonts/Ubuntu-M.ttf');
	font-weight:bold;
	font-style:normal;
}