BODY {
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #46351B;
}
table {
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma;
	COLOR: #FFFFFF;
}
td {
	color: #000000;
}
A {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Tahoma;
	color: #000000;
	text-decoration: underline;
}
A.headerlink {
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
}
A.headerlink:hover {
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
}
select {
	font-family: Tahoma;
	font-size: 10px;
}
.inputtext {
	background-color: #E9BB00;
	border: 1px solid #D28C05;
	height: 22px;
}
.textarea {
	background-color: #E9BB00;
	border: 1px solid #D28C05;
	overflow: auto;
}
.select {
	background-color: #E9BB00;
	border: 1px solid #D28C05;
	height: 22px;
}

input {
	font-family: Tahoma;
	font-size: 12px;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
}
.button {
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 86px;
	height: 17px;
	background-color: transparent;
	background-image: url(../images/button.gif);
	border: 0 solid white;
	background-repeat: no-repeat;
	color: #FFFFFF;
} 
input.submit {
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 86px;
	height: 17px;
	background-color: transparent;
	background-image: url(../images/button.gif);
	border: 0 solid white;
	background-repeat: no-repeat;
	color: #FFFFFF;
} 
.pic {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#8C8C8C,direction=135, strength=5)
	progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	border: 0;
}

.leftmenu_link {
	text-decoration: none;
}
.leftmenu_td {
	border-bottom: 1px dotted #000000;
}
.pagetext {
	font-family: Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}


