body {
  background-color: #FFFFFF;
  margin-top: 0px;
}
a:link,
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: ##DF5100;
  text-decoration: underline;
}
.header {
  background-color: #F0F0F0;
  padding-top: 15px;
}
.heading {
  font-size: 20px;
  color: #666666;
  line-height: 22px;
}
#logo a {
  height: 61px;
  width: 258px;
  display: block;
  background: transparent url(img/sn_logo.png) top left no-repeat;
}
#logo a:hover {
  background-position: bottom left;
}
#logo h3 {
  display: none;
}
table {
  background-color: #FFFFFF;
}
.table_padding {
  padding: 10px;
}
.inside_table {
  padding: 10px;
  background-color: #F0F0F0;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-align: justify;
}
.nav {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  padding-left: 10px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #F0F0F0;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
}
.contactinfo {
  font-size: 10px;
  color: #666;
  text-align: center;
  padding: 4px 5px 2px;
}
.nav a:hover, .contactinfo a:hover {
  color: ##DF5100;
  text-decoration: underline;
}
/*
.nav a:visited {
  color: #FF0000;
  text-decoration: none;
}
*/
.mousetype {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #999999;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 4px;
  background-color: #F0F0F0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;
}
.bodycopy {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  background-color: #FFFFFF;
  padding: 10px;
  text-align: justify;
}
.bodycopyheader {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #79100F;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.thumbnail {
  background-color: #A1A1A1;
  padding: 5px 4px 5px 21px;
}
.image#inside {
  text-align: center;
  vertical-align: middle;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.bigimage {
  text-align: center;
  vertical-align: middle;
  background-color: #F0F0F0;
}
.rightborder {
  background-image: url(img/right-blur.jpg);
  background-repeat: repeat-y;
  background-position: left;
}
.leftborder {
  background-image: url(img/left-blur.jpg);
  background-repeat: repeat-y;
  background-position: right;
}
.btmborder {
  background-image: url(img/bottom-blur.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
.rightcorner {
  background-image: url(img/rigth-corner.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.leftcorner {
  background-image: url(img/left-corner.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #999999;
  padding-top: 5px;
  padding-left: 10px;
}
.footer a {
  color: #666666;
  text-decoration: none;
}
.footer a:hover {
  color: #CCCCCC;
  text-decoration: underline;
  font-size: 9px;
}
/*
.footer a:visited {
  color: #FF0000;
  text-decoration: none;
}
*/
