html{
	height:100%;
	width:100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D513C;
}
.style1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
body {
	height:100%;
	width:100%;
	margin:0px;
	background-color: #BEC0B4;
	scrollbar-3dlight-color:#EOE3D5;
	scrollbar-arrow-color:#EOE3D5;
	scrollbar-base-color:#EOE3D5;
	scrollbar-darkshadow-color:#EOE3D5;
	scrollbar-face-color:#BEC0B4;
	scrollbar-highlight-color:#EOE3D5;
	scrollbar-shadow-color:#EOE3D5;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D513C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6D513C;
}
a:hover {
	text-decoration: underline;
	color: #6D513C;
}
a:active {
	text-decoration: none;
	color: #6D513C;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}

a.linkTxt:link{
	color: #a86f7e;
	font-weight: bold;
	text-decoration: none;
}

a.linkTxt:active{
	color: #a86f7e;
	font-weight: bold;
	text-decoration: none;
}

a.linkTxt:visited{
	color: #a86f7e;
	font-weight: bold;
	text-decoration: none;
}

a.linkTxt:hover{
	color: #73785a;
	font-weight: bold;
	text-decoration: underline;
}
