/* CSS Document */
body, td, div {
  font-family: Verdana;
  font-size: 12px;
  color: rgb(176,24,40);
}

h1 {
  font-family: Verdana;
  font-size:20;
  font-style: italic;
  font-weight: bold;
  color: rgb(176,24,40);
  padding-top: 0;
  margin-top: 3;
  margin-bottom: 3;
}
h2 {
  font-family: Verdana;
  font-size:15;
  color: rgb(176,24,40);
  padding-top: 0;
  margin-top: 3;
}
.cat_main {
  font-family: Verdana;
  font-size:15;
  font-style: italic;
  font-weight: bold;
  color: rgb(176,24,40);
  padding-top: 5;
}
.cat_sub {
  font-family: Verdana;
  font-size:12;
  color: rgb(176,24,40);
}
.tik {
   BORDER-RIGHT: #ffffff 1px solid; 
  BORDER-TOP: #ffffff 1px solid; 
  FONT-WEIGHT: 100; 
  FONT-SIZE: 10px; 
  BORDER-LEFT: #ffffff 1px solid; 
  COLOR: #660000; 
  BORDER-BOTTOM: #ffffff 1px solid; 
  FONT-FAMILY: Verdana,arial,sans-serif; 
  BACKGROUND-COLOR: #ffffff
}
.tik_frm {
   FONT-SIZE: 12px; 
  FONT-FAMILY: Verdana,arial,sans-serif
}

.in{
   border:1px, solid;
   border-color:grey;
   width:100%;

}
.in_submit{
   border: 1px solid #AFAFAF;
   background: white;
   font-size: 11px;
   width: 100;
   margin: 5 0 5 0;
}

a.m,a.m:visited,a.m:active{
   text-decoration: none;
   color: rgb(176,24,40);
}
a.m:hover{
   text-decoration: underline;
   color: rgb(176,24,40);
}
a.m2,a.m2:visited,a.m2:active{
   text-decoration: none;
   color: rgb(176,24,40);
}
a.m2:hover{
   text-decoration: none;
   color: rgb(176,24,40);
}
a,a:visited,a:active{
   text-decoration: underline;
   color: rgb(176,24,40);
}
a:hover{
   text-decoration: none;
   color: rgb(176,24,40);
}
