@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('font/web/Ubuntu-BoldItalic.woff') format('woff'),
        url('font/web/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-Bold.woff2') format('woff2'),
        url('font/web/Ubuntu-Bold.woff') format('woff'),
        url('font/web/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('font/web/Ubuntu-MediumItalic.woff') format('woff'),
        url('font/web/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-Light.woff2') format('woff2'),
        url('font/web/Ubuntu-Light.woff') format('woff'),
        url('font/web/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-Regular.woff2') format('woff2'),
        url('font/web/Ubuntu-Regular.woff') format('woff'),
        url('font/web/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-Medium.woff2') format('woff2'),
        url('font/web/Ubuntu-Medium.woff') format('woff'),
        url('font/web/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-LightItalic.woff2') format('woff2'),
        url('font/web/Ubuntu-LightItalic.woff') format('woff'),
        url('font/web/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/web/Ubuntu-Italic.woff2') format('woff2'),
        url('font/web/Ubuntu-Italic.woff') format('woff'),
        url('font/web/Ubuntu-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

* {
    color: #252525;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
    font-size:12px;
}

li {
	margin-top:2px; margin-bottom:3px;
}

.li-style-type-none {
	list-style-type:none;
}

input[type=text] {
	width: 120px;
}

.font-bold { font-weight:500; }
			
body {
    margin: 0px;
    padding:0px;

background-image: url("images/background.png");
    background-repeat: no-repeat;
	background-position: center top;

	overflow-y:scroll;
}

a {
    text-decoration:none;
    color:#8e867d;
}

.sSizeMenuT {
    font-size:12px;
}

.sLink {
    text-decoration:none;
}

.sColorGrey {
    color:#884324;
}

.sColorWhite {
    color:#ffffff;
}

.headdesc {
	color:#ffffff;
	font-weight:500;
	font-size:40px;
}

.default-link {
	color:#fff;
	font-weight:400;
	font-size:17px;
	border-bottom:1px solid #00386c;
}

.current-default-link {
	color:#fff;
	font-weight:400;
	font-size:17px;
	border-bottom:1px solid #fff;
}

.footer-link {
	color:#b3b3b3;
	font-weight:400;
	font-size:12px;
}

h2 {
    font-size:13px;
    color:#8e867d;
}

.buttonO {
	font-size:18px; color:#fff; background-color:#fcae1e; padding:8px; border:0px; text-align:center;
}

.buttonG {
	font-size:14px; color:#fff; background-color:#66cc66; border:0px; text-align:center;
}

.buttonG2 {
	font-size:14px; color:#fff; background-color:#22bb22; border:0px; text-align:center;
}

.buttonR {
	font-size:14px; color:#fff; background-color:#cc3232; border:0px; text-align:center;
}

.padding-8 { padding:8px; }

.header-b14 { font-size:14px; font-weight:500; }
.header-b15 { font-size:15px; font-weight:500; }
.header-b18 { font-size:18px; font-weight:500; }

.ratingButton {
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
}
.ratingButton:hover {
	background-color:#ffab23;
}
.ratingButton:active {
	position:relative;
	top:1px;
}

