/* CSS Document by Designex Studios */
/* Sasa Foric - admin@designex.org */

/* Body and Table */
body {
	margin: 0; 
	padding: 0; 
	background-color: #eed69c;
	scrollbar-base-color: #f2deaf;
	scrollbar-face-color: #f2deaf;
	scrollbar-track-color: #eed69c;
	scrollbar-3dlight-color: #e2ce9f;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #e2ce9f;
	scrollbar-shadow-color: #e2ce9f;
	scrollbar-arrow-color: #563c00;

}
td, th {
	margin: 0; 
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3a2d0e;
}

.main {
	margin: 0px 0px 0px 0px;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3a2d0e;
	background-color: #fee8b3;
}

/* Links - Default */
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6f5b28;
}
a:link {
	text-decoration: underline;
	color: #680404;
}
a:visited {
	text-decoration: underline;
	color: #680404;
}
a:hover {
	text-decoration: underline;
	color: #55451b;
}
a:active {
	text-decoration: underline;
	color: #680404;
}

/* Links - Bold */
.inner:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #55451b;
	text-decoration: underline;
}
.inner:visited {
	text-decoration: underline;
	color: #55451b;
}
.inner:hover {
	text-decoration: underline;
	color: #680404;
}
.inner:active {
	text-decoration: underline;
	color: #55451b;
}

/* Text CSS */
.default {
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	color: #3a2d0e;
}

.circle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6f5b28;
}

.naslov {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #3a2d0e;
}

.podnaslov {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #3a2d0e;
}

.datum {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #680404;
}

.number {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3a2d0e;
}

.intable {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
	color: #3a2d0e;
}