body,td,div,p,li,a,tt,input,select,option,textarea {
	font-family: Verdana,Arial,Sans-Serif;
	font-size : 10px;
	font-weight:normal;
	color:Black;
	line-height: 14px;
}

.header1 {
	background:White;
	color: #344c43;
	font-weight:normal;
}

.date {
	color: #344c43;
	font-weight:bold;	
}

a,a:link,a:active,a:visited {
	color: White;
	background: #344c43;
	text-decoration:none;
}

a:hover {
	color: White;
	background:Black;
	text-decoration:none;
}

form { 
	margin: 0;
	padding: 0; 
}

/*
body {
	scrollbar-face-color: #413a20; 
	scrollbar-highlight-color: #413a20; 
	scrollbar-shadow-color: #413a20; 
	scrollbar-arrow-color: #746745; 
	scrollbar-track-color: #413a20; 
	scrollbar-darkshadow-color: #413a20; 
	scrollbar-3dlight-color: #413a20;
}
*/


input,select,option,textarea {

	color: Black;
	/*text-align:right;*/
	background-color: #978f70;
	border-bottom: 1px solid;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-color: #554923;
}

.textbox {
	color: Black;
	/*text-align:right;*/
	background-color: #978f70;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #554923;
}

.checkbox {
	background-color: Black;
	color:White;
	border-color: Black;
}

.msgbox { 
	position: absolute; 
	background: White;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding:0px;
	overflow:auto;
	z-index:2;
	display:none;
	
}


.shade {
	position: absolute; 
	top: 192px; 
	left: 142px; 
    width: 401px; 
	height: 251px; 
	background: Black;
	filter: alpha(opacity=40);
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	z-index:1;
	display:none;
}

