/* CSS Document */
* { padding: 0; margin: 0; }

body {
	background: #171717;
    font-family: 'Calibri', Helvetica, sans-serif; font-size: 1.0em;
	color: #171717; text-align: center;
	cursor: default;
}
h1, h2, h3, h4, h5, h6 { font-size: 1.2em; font-weight: normal; letter-spacing: 0.0125em; }

img { border: none; }

a, a:visited, a:active { border: none; text-decoration: none; color: #d73d3d; cursor: pointer; }
a:hover, a:focus, a.active { text-decoration: none; }
a.no-col { color: #171717; }
a.no-col:hover, a.no-col:focus { color: #d73d3d; }

p { padding: 0.75em 0; }




a.dlfile {
	display: block;
	margin-top: 5px;
	padding-left: 25px;
	padding-top: 1px;
	color: #f09100;
}
a.dlfile:hover, a.dlfile:focus { color: #000; }

a.pdffile { background: url(https://static.macuti.com/hp/v300/images/pdffile.gif) top left no-repeat; }
a.docfile { background: url(https://static.macuti.com/hp/v300/images/docfile.gif) top left no-repeat; }
a.cfile { background: url(https://static.macuti.com/hp/v300/images/cfile.gif) top left no-repeat; }
a.cppfile { background: url(https://static.macuti.com/hp/v300/images/cppfile.gif) top left no-repeat; }
a.exefile { background: url(https://static.macuti.com/hp/v300/images/exefile.gif) top left no-repeat; }
a.file { background: url(https://static.macuti.com/hp/v300/images/file.gif) top left no-repeat; }
a.hfile { background: url(https://static.macuti.com/hp/v300/images/hfile.gif) top left no-repeat; }
a.htmfile { background: url(https://static.macuti.com/hp/v300/images/htmfile.gif) top left no-repeat; }
a.imgfile { background: url(https://static.macuti.com/hp/v300/images/imgfile.gif) top left no-repeat; }
a.jsfile { background: url(https://static.macuti.com/hp/v300/images/jsfile.gif) top left no-repeat; }
a.mfile { background: url(https://static.macuti.com/hp/v300/images/mfile.gif) top left no-repeat; }
a.mpgfile { background: url(https://static.macuti.com/hp/v300/images/mpgfile.gif) top left no-repeat; }
a.pptfile { background: url(https://static.macuti.com/hp/v300/images/pptfile.gif) top left no-repeat; }
a.rarfile { background: url(https://static.macuti.com/hp/v300/images/rarfile.gif) top left no-repeat; }
a.swffile { background: url(https://static.macuti.com/hp/v300/images/swffile.gif) top left no-repeat; }
a.txtfile { background: url(https://static.macuti.com/hp/v300/images/txtfile.gif) top left no-repeat; }
a.xlsfile { background: url(https://static.macuti.com/hp/v300/images/xlsfile.gif) top left no-repeat; }
a.zipfile { background: url(https://static.macuti.com/hp/v300/images/zipfile.gif) top left no-repeat; }






/****************************************************
	  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; }