body
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-image: url(../img/bg01.gif);
	background-color: #cdb7a2;
	text-align: center;
	color: #706c68;
	margin: 0px;
	padding: 10px;
}

a:visited		{ color: #5d4835; text-decoration: underline; }
a:active		{ color: #5d4835; text-decoration: underline; }
a:link 		{ color: #5d4835; text-decoration: underline; }
a:hover		{ color: #b29c87; text-decoration: underline; }

a.mi:visited	{ color: #5d4835; text-decoration: none; }
a.mi:active	{ color: #5d4835; text-decoration: none; }
a.mi:link 	{ color: #5d4835; text-decoration: none; }
a.mi:hover	{ color: #b29c87; text-decoration: none; }


#body{
	margin-left: auto;
	margin-right: auto;
	width: 662px;
	height: 100%;
	text-align: center;
}

#leftBar{
	padding: 10px 0px 10px 0px;
	width: 135px;
	vertical-align: top;
	font-size: 10px;
}

#mainHead{
	padding: 0px;
	margin: 0px 0px 1px 0px;
	height: 93px;
	background-color: #806955;
	background-image: url(../img/bg03.gif);
	background-repeat: repeat-x;
}

#mainHeadData{
	height: 93px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../img/main03.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.menuBar{
	width: 135px;
	background-color: #FFFFFF;
	background-image: url(../img/bg02.gif);
	background-repeat: repeat-y;
}

form
{
	margin: 0px;
	padding: 0px;
}

.form{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background: #99826e;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #635040;
}

.button{
	background: #806955;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	border-top: 1px solid #77624f;
	border-bottom: 1px solid #8e755f;
	border-left: 1px solid #77624f;
	border-right: 1px solid #8e755f;
}

.mi{
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mi ul {

	margin: 5px;
	padding: 0px;
}

.mi li {

	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #5d4835;
}

.leftHead{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #806955;
	background-image: url(../img/bg04.gif);
	background-repeat: no-repeat;
}

#main{
 	clear: both;
	width: 527px;
	min-height: 500px;
	background-color: #FFFFFF;
	background-image: url(../img/main04.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
 }

th{
	font-size: 9px;
	color: #ffffff;
	background-color: #512105;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.standard{
	font-size: 11px;
	padding: 0px;
}

.main{
	font-size: 11px;
	vertical-align: top;
	background-color: #623216;
	background-image: url(../img/bg02.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 10px;
}

.menu{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #7A3C16;
}

.title{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5d4835;
}

.subtitle{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #806955;
}

.sData{
	font-size: 9px;
	font-family: Arial;
	background-color: #f3f2f3;
	border: 1px solid #edebed;
	text-align: center;
}

.tData{
	font-size: 11px;
	background-color: #f3f2f3;
	padding: 3px;
	border-bottom: 3px solid #edebed;
}

.hData{
	font-size: 11px;
	background-color: #f3f2f3;
	padding: 3px;
}

.bData{
	font-size: 0px;
	background-color: #FFFFFF;
	height: 2px;
}

.comment{
	font-size: 10px;
	color: #5d4835;
}

th{
	font-size: 9px;
	color: #ffffff;
	background-color: #512105;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.listvalue1{
	font-size: 10px;
	background: #B4866B;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;	
}
.listvalue2{
	font-size: 10px;
	background: #AA7D62;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;	
}

 				/* lightbox */

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#overlay {
/*	background-image: url(../images/overlay.png); */
	background-color: #000;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
}

#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

