/* CSS Document */
@font-face {
    font-family: 'JacobaBold';
    src: url('fonts/jacoba_bold-webfont.eot');
    src: url('fonts/jacoba_bold-webfont.eot?iefix') format('eot'),
         url('fonts/jacoba_bold-webfont.woff') format('woff'),
         url('fonts/jacoba_bold-webfont.ttf') format('truetype'),
         url('fonts/jacoba_bold-webfont.svg#webfont59wznvBb') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #ebebeb;
	color: #6b6b6b;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.87em;
	text-align: center;
	cursor: default;
}

img {
	border: none;
}

a, a:visited, a:active {
	border: none;
	text-decoration: none;
	color: #000;
}

a:hover, a:focus, a.active {
	text-decoration: underline;
}



/****************************************************
	  S T A N D A R D   D E F I N I T I O N E N
****************************************************/


/* main */
.fl-r { float: right; }
.fl-l { float: left; }
.clear { clear: both; }

img.fl-r { margin: 0 0 7px 10px; }
img.fl-l { margin: 0 10px 7px 0; }

/* fonts */
.fs9, a.fs9 { font-size: 9px; line-height: 11px; }
.fs10, a.fs10 { font-size: 10px; line-height: 12px; }
.fs10-10, a.fs10-10 { font-size: 10px; line-height: 10px; }
.fs11, a.fs11 { font-size: 11px; line-height: 13px; }

/* font styles & align */
.nrm { font-weight: normal; }
.bld { font-weight: bold; }
.uppr { text-transform: uppercase; }
.krsv { font-style: italic; }
.ta-l { text-align: left; }
.ta-r { text-align: right; }
.ta-bl { text-align: justify; }
.ta-c { text-align: center; }
.va-t { vertical-align: text-top; }
.va-m { vertical-align: middle; }

/* colors */
.col-or { color: #ff9000; }
.col-gr { color: #4b4b4b; }

/* list-styles */
.li-in { list-style: inside; }
.li-out { list-style: outside; }
.li-cir { list-style: circle; }
.li-dec { list-style: decimal; }
.li-declz { list-style: decimal-leading-zero; }
.li-none { list-style: none; }