body {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #DAC4B4;
	
	scrollbar-face-color: #EDDACC;
	scrollbar-shadow-color: #68574A; 
	scrollbar-highlight-color: #68574A; 
/*	scrollbar-3dlight-color: #000000;	*/
/*	scrollbar-darkshadow-color: #000000; */
	scrollbar-track-color: #EDDACC;
	scrollbar-arrow-color: #A60606;
}

.tble {
	background-color: #68574A;
	border: 1px solid #5A483A;
}

.left {
	background-color: #68574A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4137;
}

.tdata {
	font-family: Tahoma;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.alt {
	font-family: Tahoma;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;	
	background-color: #EDDACC;
}

.alt2 {
	font-family: Tahoma;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;	
	background-color: #FFF6EF;
}

.alt3 {
	background-color: #DAC4B4;
}

.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.introtxt {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

.title {
	font-family: Tahoma;
	font-size: 20px;
	color: #3C0000;
	font-weight: bold;
}

.admintable {
	background-color: #FFE8D5;
	border: 1px solid #FFD2AD;
}

.indexlink {
	font-family:Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.alink {
	font-family: Tahoma;
	font-size: 12px;
	color: #A60606;
	text-decoration: none;
	font-weight: bold;
}

.aover {
	font-family: Tahoma;
	font-size: 12px;
	color: #3C0000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}

a:hover {
	color: #3C0000;
	text-decoration: none;
}

.box {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border:1px solid #ECB282;
	padding-right: 5px;
	padding-left: 5px;
}

.errbox {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border:1px solid #FF0000;
	padding-right: 5px;
	padding-left: 5px;
}

.err{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}

.spacer{
	font-size: 5px;
}

.shadowcontent, .shadowcontent2
{
	position: relative;
	padding: 0px; 
	top: -4px; /* these two define the shadow 'offset'*/
	left: -4px; /*...*/
	background: #DAC4B4;
	color: black;
	border: 0px solid #000000;
}

.shadowbox2 
{
	background: url(../images/shadow1.gif) repeat;
	/*top: 40px;*/
/*	right: 2%;
/*	width: 41%;	
/*	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;	*/
}
.indtxt {
	font-family: Tahoma;
	font-weight: normal;
	font-size:11px;
	color: #FFFFFF;
}
.linktitle {
	font-family: Tahoma;
	font-size: 18px;
	color: #3C0000;
	font-weight: bold;
}
.updatetxt {
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#C5C5C5;
	padding:0px 0px 0px 5px;
	text-decoration:none;
	text-align:left;
	background:#3C0000;
	border:1px solid #3C0000;
}
.updatebox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:none;
	color: #666666;
	border:1px solid #743D0F;
	padding-right: 5px;
	padding-left: 5px;
}
.buton {
	font-family:11px;
	font-weight:none;
	font-size:11px;
	color:transparent;
	background:url(../images/go_button.gif);
	width:24px;
	height:17px;
	border:1px solid #743D0F;
	cursor:pointer;
	cursor:hand;
}