body {
  font-family: Arial;
  font-size: 12px;
  background:#fffde3;
  color: #000000;
  margin:0px;
}

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

}

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

h3 {
  font-size: 11px;
  font-weight:bold;
  color:#000000;
  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: #fffde3;
    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: #000000;
  font-weight: normal;
  TEXT-DECORATION: underline;
}


a:hover {
  BACKGROUND: none;
  COLOR: #0a0a58;
  TEXT-DECORATION: none;
}


.a_nav, a_nav {

    font-size: 12px;
    font-weight: bold;
    font-style:italic;
    color: #fff31e;
    TEXT-DECORATION: none;
     
}

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

}


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

.a_img:hover img {

  BORDER: 1px solid #000000;


}
.errorfield {
  background: #F0C3C3;
}


.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: #FFFFFF;
    padding-left:15px;
    

}
.nav_up {
	font-size: 13px;
    text-align:left;
	font-weight: bold;
    color: #fff31e;
	padding-left:15px;
}

.cat {

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

}

