html{
  background:#fff;
}
body{
  font-family:'Verdana', sans-serif;
  font-size:1em;
  color:#1f1919;
  background:url('/images/con_shadow.jpg') repeat-y 100% #fff;
}
img, a img{
  border:none;
}
a{
  color: #13377d;
}
a:visited{
  color: #6161bc;
}
a:hover{
  color: #355daa;
}
#head{
  border-bottom:25px solid #dbe4f4;
}
#head h1{
  color: #fa021f;
  font:normal normal 170% 'Arial', sans-serif;
}
#head h2{
  font-size:550%;
}
#top li{
  list-style:none;
  font:normal normal 90% 'Arial', serif;
}
#top li span{/*
  font-weight:bold;/**/
  color:#dbe4f4;
  color:#1f3b70;
  color:#13377d;
}
#nav{
  font-size:90%;
  font-weight:bold;
  letter-spacing:1px;
  border-left:1px dotted #a69895;
  background:url('/images/nav_shadow.jpg') repeat-y 100% #dbe4f4;
  color:#fa021f;
}
#nav ul{
  list-style:none;
  font-size:90%;
  border-top:25px solid #1f3b70;
  border-bottom:25px solid #1f3b70;
}
#nav a{
  text-decoration:underline;
  background:url('/images/menu.gif') no-repeat 100% 5px;
}
#nav a:hover{
  background:url('/images/menu_h.gif') no-repeat 100% 5px;
}
#nav span{
  background:url('/images/menu_a.gif') no-repeat 100% 5px;
}
#main{
  background:url('/images/con_shadow.jpg') repeat-y 100% 0 #fff;
}
#content{
  font-size:90%;
  background:#fff;
  text-indent:20px;
  border-bottom:1px solid #ccc;
  background:url('/images/con_h_shadow.jpg') repeat-x 100% 0;
}
#content h1{
  font-size:190%;
  font-family:'Arial', sans-serif;
  border-bottom:1px dotted #a69895;
  color:#453333;
}
#content h3{
  font-family:'Arial', sans-serif;
  color:#453333;
}
#content h4{
  font-size:100%;
}
#content blockquote{
  border-bottom:1px dotted #a69895;
}
#content ol{
  border-top:1px dotted #a69895;
}
#content ol li{
  list-style:decimal inside;
  border-bottom:1px dotted #a69895;
}
#content th, #content td{
  border-bottom:1px dotted #a69895;
}
.sub{
  list-style:none;
}
.warning{
  font-weight:bold;
  color: #fa021f;
}
address{
  text-align:center;
  background:#dbe4f4;
  font-size:80%;
  font:normal normal 120% 'Monotype Corsiva', cursive;
  color:#1f1919;
  border-top:1px dotted #a69895;
  border-bottom:1px dotted #a69895;
}