.sn_welcome {
  float:left;
  margin-bottom: -3px;	
}
*body .sn_welcome {
  float:left;
}
.white-bold-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.white-normal-txt {
	color: #D0E2EE;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright-txt {
	color: #D1D1D1;
	font-size: 11px;
	font-family: Tahoma;
}
.blue-normal-txt {
	color: #385269;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black-heading-txt {
	color: #333333;
	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;
}
.black-bold-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-bold-txt {
	color: #000066;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-bold-txt {
	color: #CC0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold-txt {
	color: #003300;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange-normal-txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #304677;
}
a:active {
	text-decoration: none;
	color: #304677;
}
.white-links:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-links:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white-links:hover {
	text-decoration: none;
	color: #FFD800;
}
.white-links:active {
	text-decoration: none;
	color: #FFD800;
}
.blue-links:link {
	color: #385269;
	text-decoration: none;
}
.blue-links:visited {
	text-decoration: none;
	color: #385269;
}
.blue-links:hover {
	text-decoration: none;
	color: #000000;
}
.blue-links:active {
	text-decoration: none;
	color: #000000;
}
.grey-links:link {
	color: #D1D1D1;
	text-decoration: none;
}
.grey-links:visited {
	text-decoration: none;
	color: #D1D1D1;
}
.grey-links:hover {
	text-decoration: underline;
	color: #D1D1D1;
}
.grey-links:active {
	text-decoration: none;
	color: #D1D1D1;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.red-links:link {
	color: #CC0000;
	text-decoration: none;
}
.red-links:visited {
	text-decoration: none;
	color: #CC0000;
}
.red-links:hover {
	text-decoration: none;
	color: #000000;
}
.red-links:active {
	text-decoration: none;
	color: #000000;
}


.table-txt {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}	
.red-table-txt {
	color: #CC0000;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
.green-table-txt {
	color: #008000;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
.blue-table:link {
	color: #000066;
	text-decoration: none;
}
.blue-table:visited {
	text-decoration: none;
	color: #000066;
}
.blue-table:hover {
	text-decoration: underline;
	color: #000066;
}
.blue-table:active {
	text-decoration: underline;
	color: #000066;
}
.green-table:link {
	color: #006600;
	text-decoration: none;
}
.green-table:visited {
	text-decoration: none;
	color: #006600;
}
.green-table:hover {
	text-decoration: underline;
	color: #006600;
}
.green-table:active {
	text-decoration: underline;
	color: #006600;
}