@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;
}


html, body {
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Ubuntu";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

a img { 
	border: 0px;
}
a {
    font-size: 14px;
	font-family: "Ubuntu";
	color: #043e76;
	font-weight: normal;
	text-decoration: none;
}
a:hover  {
    font-size: 14px;
	font-family: "Ubuntu";
	color: #043e76;
	font-weight: normal;
	text-decoration: underline;
}