.sn_welcome {
  float:left;
  margin-bottom: -3px;	
}
*body .sn_welcome {
  float:left;
}
.copyright-txt {
	color: #656565;
	font-size: 11px;
	font-family: Tahoma;
}
.grey-bold-txt {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.orange-bold-txt {
	color: #EC7E0B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #000000;
}
.orange-normal-txt {
	color: #FE6700;
	font-size: 11px;
	font-family: Tahoma;
}
.grey-normal-txt {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma;
}
.red-heading-txt {
	color: #AD0400;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red-normal-txt {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white-bold-txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000; text-decoration: underline
}
a:active {
	color: #FF0000; text-decoration: underline
}
.grey-links:link {
	color: #CCCCCC;
	text-decoration: none;
}
.grey-links:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.grey-links:hover {
	text-decoration: underline;
	color: #F5BE24;
}
.grey-links:active {
	text-decoration: underline;
	color: #F5BE24;
}
.orange-links:link {
	color: #FE6700;
	text-decoration: none;
}
.orange-links:visited {
	text-decoration: none;
	color: #FE6700;
}
.orange-links:hover {
	text-decoration: underline;
	color: #F5BE24;
}
.orange-links:active {
	text-decoration: underline;
	color: #F5BE24;
}