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

/* Body and Table */
body {
	margin: 15px; 
	padding: 0; 
	background-color: #52220e;
	scrollbar-base-color: #52220e;
	scrollbar-face-color: #52220e;
	scrollbar-track-color: #4b1509;
	scrollbar-3dlight-color: #441207;
	scrollbar-highlight-color: #622a12;
	scrollbar-darkshadow-color: #260b05;
	scrollbar-shadow-color: #41150b;
	scrollbar-arrow-color: #fee8b3;
	overflow-y: hidden;

}
td, th {
	margin: 0; 
	padding: 0; 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fee8b3;
}

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

/* Links - Default */
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3a2d0e;
}
a:link {
	text-decoration: none;
	color: #fee8b3;
}
a:visited {
	text-decoration: none;
	color: #fee8b3;
}
a:hover {
	text-decoration: underline;
	color: #d0922f;
}
a:active {
	text-decoration: none;
	color: #fee8b3;
}

/* Links - Bold */
.inner:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fee8b3;
}
.inner:visited {
	text-decoration: none;
	color: #fee8b3;
}
.inner:hover {
	text-decoration: underline;
	color: #d0922f;
}
.inner:active {
	text-decoration: none;
	color: #fee8b3;
}

/* Text CSS */
.circle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ceb476;
}

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