body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #26221F;
	font-family: Tahoma;
	font-size: 11px;
	color: #c2b6a8;
}
.txt-bold{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #c2b6a8;
	text-align: center;
}
.txt-bold1{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #c2b6a8;
}
a:link {
	color: #d65c00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d65c00;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
}

