body,td,iframe{  
color: #9B938B; 
font-size: 10px; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
margin: 0px;

scrollbar-face-color: "white";
       scrollbar-shadow-color: "#938C86";
       scrollbar-highlight-color: "#938C86";
       scrollbar-3dlight-color: "white";
       scrollbar-darkshadow-color: "white";
       scrollbar-track-color: "white";
       scrollbar-arrow-color: "white";
}

h1 { color: #9B938B; font-weight: bold; font-size: 10px }
h2  { color: black; font-weight: normal; font-size: 10px }
h3 { color: white; font-weight: normal; font-size: 10px }
h4 { color: black; font-weight: bold; font-size: 10px }

.block2{
display:block;
width:100px;
color:white;
background-color:black;
}

.placeholder{
display:block;
height:10px;
}

.scrollbox{
width:355px;
height:300px;
overflow:auto;
}

.txt {	 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 px; 
	border:1px solid #817B74;
	color: black;
	background-color:white;
}
.txt2 {	 
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 px; 
	border:1px solid #817B74;
	color: black;
	background-color:#D9D7D5;
}

select{
	height=:22;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 px; 
	border:1px solid #817B74;
	color: black;
	background-color:#D9D7D5;
}

.but {
	width:100px; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:10 px; 
	border:2px solid #817B74; 
	background-color:white; 
	color:black;
}
.but2 {
	width:50px;
	 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:10 px; 
	border:1px solid #817B74; 
	background-color:#D9D7D5; 
	color:black;
}

.content{
padding:10px;
}

li{
list-style-image :  url(/img/bullet.gif);
}

.line_left{
	border-left: 1px solid #9B968F;
}
.line_bottom{
	border-bottom: 1px solid #9B968F;
}
.line_right{
	border-right: 1px solid #9B968F;
}
.line_top{
	border-top: 1px solid #9B968F;
}
.heading{
	color: #666633; font-weight: bold;  
}

a:link{
color: black;
text-decoration: none;
}
a:visited{
color:black;
text-decoration: none;
}
a:hover { 
color: #FF6600;  
text-decoration: none 
}
a:active{
color:black;
text-decoration: none;
}

a:link.orange{
font-weight:bold;
color: #ff6600;
text-decoration: none;
}
a:visited.orange{
font-weight:bold;
color: #ff6600;
text-decoration: none;
}
a:hover.orange { 
font-weight:bold;
background-color:black;
color: #ff6600; 
text-decoration: none 
}
a:active.orange{
font-weight:bold;
color: #ff6600;
text-decoration: none;
}

a:link.block{
	color: #9B938B;
	font-weight : normal;
	text-decoration: none;
}
a:visited.block{
	color:#9B938B;
	font-weight : normal;
	text-decoration: none;
}
a:hover.block {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
a:active.block{
	color: #9C9691;
	font-weight: normal;
	text-decoration: none;
	background : #F7F7F6;
	display: block;
	height: 20px;
	border-top: 1px solid #A39F9A;
	border-bottom: 1px solid #A39F9A;
}

