body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #c2b6a8;
}
.flashcontent {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.txt-bold{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #c2b6a8;
}
.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: #c2b6a8;
}
a:active {
	text-decoration: underline;
}