﻿@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; }

html, body
{
    margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#FFFFFF;
	font-family:"Ubuntu-L";
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
}

a img { 
	border: 0px;
}
a {
    color:#b98d08;
    font-weight: normal;
	text-decoration: none;
}
a:hover  {
    color:#977200;
    font-weight: normal;
	text-decoration: underline;
}

.Panel_400 {
    width:400px;
    margin:0px auto;
}
.Panel_900 {
    width:900px;
    margin:0px auto;
}
.Panel_800 {
    width:800px;
    margin:0px auto;
}