body	{
  background-image:url(images/view_bg.jpg);
  background-repeat:repeat-x;
  background-color:#C2CBC8;
  color:#665A7D;
  font-family: verdana, sans-serif;
  margin: 0px 0px 10px 0px;
  }
  
.content	{
  padding: 0px 30px 0px 35px;
  background-image:url(images/view_15.jpg);
  background-repeat:no-repeat;
  }
p, td, ul, li	{
  font-size:11px;
  text-align: left;
  line-height:16px;
  }
td.img a, a:hover	{
  border-bottom: 0px solid #fff;
  border-top: 0px solid #fff;
}  
.c	{
  font-size:10px;
  text-align: center;
  line-height:13px;
  }  
h1	{
  font-family:arial, sans-serif;
  text-align:right;
  padding: 15px 70px 20px 0px;
  letter-spacing:2px;
  font-size:24px;
  color:#fff;
  font-weight:400;
  background-color: transparent;
  background-image:url(images/h.jpg);
  background-repeat:no-repeat;
  background-position: top right;
  border-bottom: 1px dashed #fff;
  }
  
h1:first-letter	{
  font-family:"arial black", sans-serif;
  letter-spacing:4px;
  font-size:24px;
  color:#c6d4d1;
  font-weight:400;
  background-color:#000;
  }

a	{
  font-family:"arial unicode ms", arial, sans-serif;
  letter-spacing:1px;
  color:#005A9E;
  background-color:transparent;
  text-decoration:none;
  }

a:hover	{  
  color:#66AC8D;
  background-color:#D2C9C2;
  cursor:help;
  border-bottom:1px solid #ECEDDD;
  border-top:1px solid #eceddd;
  }
  
a:active	{  
  color:#97A492;
  background-color:#C1D5CA;
  }

b, strong	{
  color:#3A9077;
  background-color:transparent;
  }
i, em	{  
  color:#966295;
  background-color: transparent;
  font-family:georgia, times;
  }
textarea, input, option, select	{
  font-family: "lucida sans unicode", monospace;
  font-size:11px;
  color:#2F88A1;
  border: 0px;
  border-bottom-style: dotted;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
  background-color:#C2CBC8;
  }
