body {
  font-family: Arial;
  font-size: 12px;
  background:#98022e;
  color: #FFFFFF;
  margin:0px;
}

h1 {
  font-size: 13px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;
  margin-bottom:2px;

}

h2 {
  font-size: 12px;
  font-weight:bold;
  color:#FFFFFF;
  margin-bottom:2px;
}

h3 {
  font-size: 11px;
  font-weight:bold;
  color:#FFFFFF;
  margin-bottom:2px;


}

td {
  font-family: Arial;
  font-size: 11px;
}

p {
  font-family: Arial;
  font-size: 12px;

  color: #000000;
}

form {
  font-family: Arial;
}

input {
  background-color:#FFFFFF;
  color   : #000033;
  font-size : 10px;
  font-weight : bold;
  border    : 1px solid  #000000;
}

textarea {
  font-family: Arial;
  font-size: 12px;
}

select {
  font-family: Arial;
  FONT-SIZE: 8pt;
  color: #000000;
}


input:focus, textarea:focus, input.sffocus, textarea.sffocus {
    background-color: #e3cdd3;
    border: 1px solid #21266d;
}
.button, .button:focus {
    color: #1a3f62;
    background-color: #FFFFFF;
    font-weight:bold;
    border-bottom: 1px solid #3c4650;
    border-right: 1px solid #3c4650;
    border-left: 1px solid #3c4650;
    border-top: 1px solid #3c4650;
    padding:3px;
    -moz-border-radius: 2px;
}

.button:hover {
    font-weight:bold;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding:3px;
    cursor:hand;

}

.radio {
  vertical-align:middle;
}

.checkbox {
  vertical-align:middle;
  border:0px;
  
}

ul {
  margin:2px;
  list-style-type:disc;

}
li {
  vertical-align:middle;
  padding-left:2px;
  margin:2px;
  list-style-type:disc;
}

ol {
  list-style-type:disc;
}

.small {
  font-family: Arial;
  font-size: 9px;
  color: #000000;
  font-weight: bold;
}

.big {
  font-family: Arial;
  font-size: 18px;
}

.bodystyle {
  font-family: Arial;
  font-size: 12px;
}

hr {
  color:#FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
  border:1px;
}

.hr_black {
  color:#000000;
  background-color: #000000;
  height: 1px;
  border:1px;
}
.error {
  color : #CC0000;
  font-weight : bold;
}


a, a:active {
  BACKGROUND: none;
  COLOR: #FFFFFF;
  font-weight: normal;
  TEXT-DECORATION: underline;
}


a:hover {
  BACKGROUND: none;
  COLOR: #98022e;
  TEXT-DECORATION: none;
}


.a_nav, a_nav {

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    TEXT-DECORATION: none;
      
}


.a_nav:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;

}

.a_title {
  font-size: 11px;
  font-weight:bold;
  color:#7F3035;
  TEXT-DECORATION: none;

}

.a_title:active {
  font-size: 11px;
  font-weight:bold;
  color:#5A272A;
  TEXT-DECORATION: none;
 }

.a_title:hover {
  font-size: 11px;
  font-weight:bold;
  color:#99797B;
  TEXT-DECORATION: none;
}

.a_img img{
  BORDER: 1px solid #FFFFFF;
}

.a_img:hover img {

  BORDER: 1px solid #000000;


}

.errorfield {
  background: #F0C3C3;
}


.border {
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  border-top:1px solid #000000;
}


.menu_title {
  font-size: 14px;
  font-weight:bold;
  color:#333131;
  height:12px;
  margin:1px;
}

.nav_menu {
  font-weight:bold;
  text-align:center;

}

.nav_down {

	font-size: 13px;
	font-weight: bold;
    text-align:left;
    color: #21266d;
	height:18px;
	background-color: #710022;
    padding-left:2px;
    border-bottom:1px solid #26000b;
    border-right:1px solid #26000b;


}
.nav_up {

	font-size: 13px;
	height:18px;
    text-align:left;
	font-weight: bold;
    color: #FFFFFF;
	background-color: #100e0e;
	padding-left:2px;
	border-bottom:1px solid #26000b;
	border-right:1px solid #26000b;

}



.cat {

    border-bottom:1px dotted #611313;
    padding-bottom:3px;
    background-color: #efefef;
    padding-left:3px;

}


