html {

  height: 100%;
  background-color: #f1f1f3;
}

@media only screen and (min-width: 1600px) {

  html {

    background-color: #ededed;
    background-image: url(../css/smews1a.png), url(../css/smews1b.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
  }
}

@media only screen and (min-width: 1800px) {

  html {

    background-image: url(../css/smews2a.png), url(../css/smews2b.png);
  }
}

body {
  overflow-y: scroll;
  min-height: 100%;
  margin: 0 auto;
  border: 0;
  padding: 0;
  width: 1000px;
  background-color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #303032;
}



select,
input,
datalist,
textarea {

  border: 1px solid #d0d0d0;
  border-radius: 2px;
  font-family: arial;
  font-size: 13px;
  color: #505060;
}

input[type="image"] {

  border: 0;
}




#topmenu {

  margin: 0;
  border: 0;
  padding: 0;
  width: 1000px;
  border-radius: 0 0 3px 3px;
  background: #a1a1a3;
  background: -webkit-linear-gradient(top, #c0c0c0 0%, #a1a1a3 100%);
  background: -moz-linear-gradient(top, #c0c0c0 0%, #a1a1a3 100%);
  background: linear-gradient(top, #c0c0c0 0%, #a1a1a3 100%);
  text-align: center;
  box-shadow: 0 6px 6px -3px #808080;
  // background: #a1a1a3;
}

#topmenu ul {

  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  border: 0;
  padding: 0;
  background: #a1a1a3;
  background: -webkit-linear-gradient(top, #c0c0c0 0%, #a1a1a3 100%);
  background: -moz-linear-gradient(top, #c0c0c0 0%, #a1a1a3 100%);
  background: linear-gradient(top, #c0c0c0 0%, #a1a1a3 100%);
  text-align: center;
}

#topmenu ul:after {

  content: "";
  clear: both;
  display: block;
}

#topmenu ul li {

  float: left;
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  border-left: 1px solid #bfbfbf;
  text-align: center;
  transition: all 1s ease;
  // background: #a1a1a3;
}

#topmenu ul li:first-child {

  border-left: 0;
}

#topmenu ul li:hover {

  background: #767676;
}

#topmenu ul li a {

  display: block;
  margin: 0;
  border: 0;
  padding: 5px 0;
  width: 82px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 1px #909090;
}

#topmenu ul li a:hover {

  color: #ffffff;
}

#topmenu ul ul {

  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

#topmenu ul li:hover ul {

  display: block;
}

#topmenu ul ul li {

  float: none;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #909090;
  border-left: 0;
  background-color: #a3a3a5;
  text-align: left;
}

#topmenu ul ul li a {

  padding: 4px 0 4px 4px;
  width: 116px;
  text-align: left;
}

#topmenu ul ul li a:hover {

  color: #ffffff;
}


#topmenu ul li.act ul {

  display: block;
}

#title {
  margin: 0;
  border: 0;
  padding: 0;
  height: 87px;
  background: #909090;
  background-image: url(../inc_title_logo.png);
  background-repeat: no-repeat;
  text-align: right;
}

#title a {
  display: inline-block;
  margin: 3px 3px 0 0;
  border: 0;
  padding: 1px;
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
  color: #286cbc;
}

#topline {


  margin: 18px 36px 20px 34px;
  border: 0;
  padding: 2px 0 0 0;
  height: 22px;
  text-align: right;
  background: url(crosslines.png) no-repeat;
}

#topline p {

  float: left;
  margin: 8px 0 0 10px;
  border: 0;
  padding: 0;
  width: 260px;
  text-align: left;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #505080;
}

#topline ul {

  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 2px 0 0;
  border: 0;
  padding: 0;
}

#topline ul li {

  float: left;
  display: block;
  margin: 0 1px;
  border: 1px solid #e6e6ed;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 0;
  background-color: : #f8f8f8;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  text-align: center;
  transition: all 1s ease;
}

#topline ul li:hover {

  background-color: #efefec;
}

#topline ul li a {

  display: block;
  margin: 0;
  border: 0;
  padding: 3px 8px;
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
  color: #002090;
}

#topline ul li a i {

  color: #646d8c;
}

#spacer {

  height: 20px;
  color: #ffffff;
}

#content {

  padding: 0 40px;
}

#fix1 {

  float: left;
  margin: 0;
  border: 0;
  padding: 0;
  width: 240px;
}

#fix2 {

  margin: 0 0 0 240px;
  border: 0;
  padding: 0;
}

#fix3 {

  float: right;
  margin: 0;
  border: 0;
  padding: 90px 0 0 40px;
}


img {

  margin: 0;
  border: 0;
  display: inline-block;
  vertical-align: top;
}

.content {

  padding: 0 20px;
}



.green {

  color: #008042;
}

.red {

  color: #cc0000;
}

.pale {

  color: #b0b0b0;
}



.right {

  text-align: right;
}

.justify {

  text-align: justify;
}

.up {

  vertical-align: top;
}

.down {

  vertical-align: bottom;
}

.base {

  vertical-align: baseline;
}

.hidden {

  display: none;
}

.text {

  margin: 0;
  text-align: justify;
  line-height: 1.4em;
}

.stay {

  display: none;
  margin: 2px 2px 0 2px;
  padding: 4px;
  background-color: #ffdfe0;
  color: #c00000;
}

.float-clear {

  clear: both;
}






.box-login {

  float: left;
  margin: 0 30px 20px 0;
  border: 1px solid #e3edf7;
  padding: 10px;
  width: 240px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f6fb;
  background: -webkit-linear-gradient(top, #f2f6fb 0%, #fbfcfe 100%);
  background: -moz-linear-gradient(top, #f2f6fb 0%, #fbfcfe 100%);
  background: linear-gradient(top, #f2f6fb 0%, #fbfcfe 100%);
  line-height: 1.6em;
  font-family: verdana;
  font-size: 11px;
}

.box-lgreen {

  float: left;
  display: block;
  margin: 20px 20px 20px 0;
  border: 1px solid #d8f1d7;
  padding: 10px 0 10px 10px;
  width: 276px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #f8f8f8;
  background-color: #e6f6e6;
  background: -moz-linear-gradient(bottom right, #e6f6e6 0%, #eff9ef 100%);
  background: linear-gradient(to bottom right, #e6f6e6 0%, #eff9ef 100%);
  font-family: verdana;
  font-size: 11px;
}



input:checked~div.hide {

  display: none;
}

input:checked#check-cold~div.cold {

  display: none;
}

input:checked#check-stay~div.stay {

  display: block;
}

input#check-stay+label {

  font-family: verdana;
  font-size: 11px;
  color: #0010a0;
}

#check-stay {

  margin: 10px 0 0 2px;
}

input.small {

  width: 220px;
}






.button-login {

  margin: 10px 0;
  padding: 4px 0;
  width: 100px;
  background-color: #759ae9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
  background: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #ffffff;
  font: bold 13px arial;
  text-decoration: none;
  text-shadow: 0 -1px 1px #1a5ad9;
}

.button-login:hover {

  background-color: #5d89e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
  background: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  cursor: pointer;
}


.button-backtop {

  display: block;
  margin: 1px 0;
  border: 1px solid #e4e4e4;
  border-top: 0;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 0 4px 18px;
  width: 150px;
  box-shadow: 3px 3px 3px #f8f8f8;
  background-color: #ededed;
  background: url(tip.gif) no-repeat 8px 3px, -moz-linear-gradient(top, #f8f8f8 0%, #f6f6f8 30%, #fcfcfc 100%);
  background: url(tip.gif) no-repeat 8px 3px, -webkit-linear-gradient(top, #f8f8f8 0%, #f6f6f8 30%, #fcfcfc 100%);
  background: url(tip.gif) no-repeat 8px 3px, linear-gradient(top, #f8f8f8 0%, #f6f6f8 30%, #fcfcfc 100%);
  font-family: verdana;
  font-size: 11px;
  color: #002090;
  text-shadow: 0px 1px 0px #ffffff;
}

.button-lgreen {

  display: inline-block;
  margin: 0;
  border: 1px solid #dcdcdc;
  padding: 1px 4px 1px 3px;
  background-color: #efefef;
  background: -moz-linear-gradient(top, #eff6ee 5%, #d7e7d1 100%);
  background: -webkit-linear-gradient(top, #eff6ee 5%, #d7e7d1 100%);
  background: linear-gradient(top, #eff6ee 5%, #d7e7d1 100%);
  font-family: verdana;
  font-size: 11px;
  color: #008040;
  text-shadow: 0px 1px 0px #ffffff;
}

.button-lgreen:hover {

  background-color: #dfdfdf;
  background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  color: #203050;
}


.button-norm {

  display: inline-block;
  margin: 0;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 24px;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 5%, #c7c7c7 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 5%, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #f0f0f0 5%, #c7c7c7 100%);
  background: linear-gradient(to bottom, #f0f0f0 5%, #c7c7c7 100%);
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  color: #606076;
  text-shadow: 0 1px 0 #efefef;
}

.button-norm:hover {

  background-color: #c7c7c7;
  background: -moz-linear-gradient(top, #c7c7c7 5%, #f0f0f0 100%);
  background: -webkit-linear-gradient(top, #c7c7c7 5%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #c7c7c7 5%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #c7c7c7 5%, #f0f0f0 100%);
  color: #404050;
}

.button-norm:active {

  position: relative;
  top: 1px;
}


.button-blue {

  display: inline-block;
  margin: 0;
  border: 1px solid #376fe0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 24px;
  -moz-box-shadow: inset 0 1px 0 0 #759ae9;
  -webkit-box-shadow: inset 0 1px 0 0 #759ae9;
  box-shadow: inset 0 1px 0 0 #759ae9;
  background-color: #759ae9;
  background: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0 -1px 1px #1a5ad9;
}

.button-blue:hover {

  background-color: #c7c7c7;
  background: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  color: #ffffff;
}

.button-blue:active {

  position: relative;
  top: 1px;
}




#lines a {

  height: 1.45em;
}


#alist {

  font-size: 11px;
  color: #808080;
  font-family: verdana;
  line-height: 1.45em;
}


a.list:link {
  font-family: verdana;
  color: #4070b0;
  font-weight: bold;
  text-decoration: none;
}

a.list:visited {
  font-family: verdana;
  color: #4070b0;
  font-weight: bold;
  text-decoration: none;
}

a.list:active {
  font-family: verdana;
  color: #008000;
  font-weight: bold;
  text-decoration: none;
}

a.list:hover {
  font-family: verdana;
  color: #c00000;
  font-weight: bold;
  text-decoration: none;
}

a.grey:link {
  color: #606080;
  text-decoration: none;
}

a.grey:visited {
  color: #606080;
  text-decoration: none;
}

a.grey:active {
  color: #606080;
  text-decoration: none;
}

a.grey:hover {
  color: #b00000;
  text-decoration: underline;
}

#menu a:link {
  font-family: verdana;
  font-size: 11px;
  color: #606080;
  text-decoration: none;
}

#menu a:visited {
  font-family: verdana;
  font-size: 11px;
  color: #606080;
  text-decoration: none;
}

#menu a:active {
  font-family: verdana;
  font-size: 11px;
  color: #606080;
  text-decoration: none;
}

#menu a:hover {
  font-family: verdana;
  font-size: 11px;
  color: #313c47;
  text-decoration: none;
  background-color: #f2f2f2;
}



input.send {

  font-family: verdana;
}


input.slim,
select.slim {

  font-family: verdana;
  font-size: 10px;
  color: #303050;
}


table.tbox {

  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}



td.errorbox {

  font-size: 11px;
  font-family: verdana;
  color: #404050;
  border-style: solid;
  border-width: 2px 1px 2px 1px;
  border-color: #cc0000 #dddddd #dddddd;
}


.errorbox p {

  font-weight: bold;
  color: #bb2200;
  letter-spacing: 2px;
}


div.ibox {

  margin: 2px 0px 5px 20px;
  padding: 4px;
  width: 440px;
  font-size: 11px;
  font-family: verdana;
  color: #c00000;
  background-color: #fff9fa;
  border-width: 1px;
  border-style: solid;
  border-color: #c00000;
}


div.redbox {

  margin: 0px;
  padding: 10px;
  width: 480px;
  background-color: #fcfcfd;
  border-width: 1px;
  border-style: dashed;
  border-color: #c00000;
}


td.picture {
  background-image: url(crosslines1.gif);
  background-repeat: no-repeat;
}









td,
tr,
input,
select,
textarea,
pre {

  font-size: 13px;
  font-family: arial;
  color: #404042;
}




.rspace {
  position: absolute;
  top: 5px;
  left: 912px;
  font-family: verdana;
  font-size: 11px;
}


#linkbox {

  margin: 0px;
  border: 0px;
  padding: 4px 0px 0px 0px;
  width: 240px;
  float: left;
}


#linkbox table {

  margin: 0px;
  border: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}


#linkbox td {

  border: 0px;
  padding: 0px;
}


#linkbox a {

  width: 190px;
  padding: 5px 0px 5px 8px;
  display: block;
  font-size: 11px;
  font-family: verdana;
  color: #606080;
  background-image: url(linkbox0xl.png);
  background-repeat: no-repeat;
}


#linkbox a:hover {

  color: #b00000;
  background-image: url(linkbox2xl.png);
  background-repeat: no-repeat;
}


#linkbox sup {

  width: 190px;
  display: block;
  background-image: url(linkbox1xl.png);
  background-repeat: no-repeat;
  background-position: bottom;
}


#linkbox sub {

  width: 190px;
  display: block;
  background-image: url(linkbox3xl.png);
  background-repeat: no-repeat;
  background-position: top;
}


#linkbox i {

  font-weight: bold;
  font-style: normal;
  // color:#aaaaaa; 

  background-color: #ffffff;
}




a:link {
  color: #4070b0;
  text-decoration: none;
}

a:visited {
  color: #4070b0;
  text-decoration: none;
}

a:active {
  color: #4070b0;
  text-decoration: none;
}

a:hover {
  color: #c00000;
  text-decoration: none;
}

a.list:link {
  font-family: verdana;
  color: #4070b0;
  font-weight: bold;
  text-decoration: none;
}

a.list:visited {
  font-family: verdana;
  color: #4070b0;
  font-weight: bold;
  text-decoration: none;
}

a.list:active {
  font-family: verdana;
  color: #008000;
  font-weight: bold;
  text-decoration: none;
}

a.list:hover {
  font-family: verdana;
  color: #c00000;
  font-weight: bold;
  text-decoration: none;
}

a.grey:link {
  color: #606080;
  text-decoration: none;
}

a.grey:visited {
  color: #606080;
  text-decoration: none;
}

a.grey:active {
  color: #606080;
  text-decoration: none;
}

a.grey:hover {
  color: #b00000;
  text-decoration: underline;
}

#menu a:link {
  font-family: verdana;
  font-size: 11px;
  color: #606080;
  text-decoration: none;
}

#menu a:visited {
  font-family: verdana;
  font-size: 11px;
  color: #606080;
  text-decoration: none;
}

#menu a:active {
  font-family: verdana;
  font-size: 11px;
  color: #606080;
  text-decoration: none;
}

#menu a:hover {
  font-family: verdana;
  font-size: 11px;
  color: #313c47;
  text-decoration: none;
  background-color: #f2f2f2;
}



form {

  margin: 8px 0px 0px 0px;
}


input.send {

  font-family: verdana;
}


input.slim,
select.slim {

  font-family: verdana;
  font-size: 10px;
  color: #303050;
}


table.tbox {

  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}


hr {

  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  border: 0px;
  margin-bottom: 12px;
}


hr.min {

  width: 312px;
  text-align: left;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  border: 0px;
  margin-bottom: 12px;
}


td.infobox {

  font-size: 11px;
  font-family: verdana;
  white-space: nowrap;
  color: #404050;
  background-color: #fefefe;
  border-style: solid;
  border-width: 2px 1px 1px 1px;
  border-color: #2040B8 #dddddd #dddddd;
}


.infobox p {

  font-weight: bold;
  color: #003090;
  margin-bottom: 12px;
}


td.gotobox {

  font-size: 11px;
  font-family: verdana;
  white-space: nowrap;
  color: #707080;
  background-color: #fefefe;
  border-style: solid;
  border-width: 2px 1px 1px 1px;
  border-color: #dddddd;
}

.gotobox p {

  font-weight: bold;
  color: #404050;
  margin-bottom: 12px;
}


td.errorbox {

  font-size: 11px;
  font-family: verdana;
  color: #404050;
  border-style: solid;
  border-width: 2px 1px 2px 1px;
  border-color: #cc0000 #dddddd #dddddd;
}


.errorbox p {

  font-weight: bold;
  color: #bb2200;
  letter-spacing: 2px;
}


div.ibox {

  margin: 2px 0px 5px 20px;
  padding: 4px;
  width: 440px;
  font-size: 11px;
  font-family: verdana;
  color: #c00000;
  background-color: #fff9fa;
  border-width: 1px;
  border-style: solid;
  border-color: #c00000;
}


div.redbox {

  margin: 0px;
  padding: 10px;
  width: 480px;
  background-color: #fcfcfd;
  border-width: 1px;
  border-style: dashed;
  border-color: #c00000;
}


.list1 {
  font-size: 11px;
  color: #808080;
  font-family: verdana;
  line-height: 1.45em;
}


.sblue {
  font-size: 11px;
  font-family: verdana;
  color: #002080;
}

.mblue {
  font-size: 13px;
  font-family: verdana;
  color: #002080;
}

.bblue {
  font-size: 17px;
  font-family: verdana;
  color: #002080;
}

.sgrey {
  font-size: 11px;
  font-family: verdana;
  color: #505060;
}

.mgrey {
  font-size: 13px;
  font-family: verdana;
  color: #505060;
}

.bgrey {
  font-size: 17px;
  font-family: verdana;
  color: #505060;
}

.lgrey {
  font-size: 11px;
  font-family: verdana;
  color: #909090;
}

.sred {
  font-size: 11px;
  font-family: verdana;
  color: #bb2200;
}

.mred {
  font-size: 13px;
  font-family: verdana;
  color: #bb2200;
}

.mlite {
  font-size: 13px;
  font-family: verdana;
  color: #ffffff;
}

.mini {
  font-size: 11px;
  font-family: verdana;
  color: #404042;
}

.nano {
  font-size: 10px;
  font-family: verdana;
  color: #505060;
}

.norm {
  font-size: 13px;
  font-family: arial;
  color: #404042;
}

.red {
  color: #bb2200;
  letter-spacing: 2px;
}

.rmark {
  font-size: 11px;
  font-family: verdana;
  color: #004080;
}

.nobr {
  white-space: nowrap;
}

.tday {
  color: #D20606;
}

.yday {
  color: #F08888;
}

.center {
  text-align: center;
}

td.picture {
  background-image: url(crosslines1.gif);
  background-repeat: no-repeat;
}









td {
  font-size: 13px;
  color: #404040;
  font-family: verdana;
}

td.xmap {
  background-image: url(../alerts/map.png);
  background-repeat: no-repeat;
  vertical-align: top;
  width: 190px;
  height: 200px;
}

td.xbar {
  background-image: url(../alerts/bar.png);
  background-repeat: no-repeat;
  vertical-align: top;
  padding-left: 6px;
  padding-top: 8px;
  width: 444px;
  height: 192px;
}

td.xpic0 {
  background-image: url(../alerts/pic0.png);
  background-repeat: no-repeat;
  vertical-align: top;
  width: 160px;
  height: 200px;
}

td.xpic1 {
  background-image: url(../alerts/pic1.png);
  background-repeat: no-repeat;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 63px;
  width: 150px;
  height: 137px;
}

td.xpic2 {
  background-image: url(../alerts/pic1.png);
  background-repeat: no-repeat;
  vertical-align: top;
  padding-left: 25px;
  padding-top: 48px;
  width: 125px;
  height: 152px;
}



p {
  margin-top: 12px;
}

p b {
  font-size: 15px;
  font-family: verdana;
  color: #003090;
  font-weight: bold;
}

p u {
  font-size: 13px;
  font-family: verdana;
  color: #606086;
  text-decoration: none;
}

p i {
  font-size: 13px;
  font-family: verdana;
  color: #606086;
}