body {
  	font-family: Arial;
  	font-size: 12px;
	background-color: #213600;

  	color: #000000;
  	margin:0px;
 	margin-top:10px;
}

h1 {
  font-size: 15px;
  font-weight:bold;
  color:#224a20;
  text-decoration: none;
  margin-bottom:2px;

}

h2 {
  font-size: 14px;
  font-weight:bold;
  color:#68685c;
  margin-bottom:2px;
}

h3 {
  font-size: 11px;
  font-weight:bold;
  color:#70766D;
  margin-bottom:1px;
}

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;
}

.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;
}

INPUT.button {

  background-color:#315e25;
  color   : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  padding:2px;
  border    : 1px solid #948874;
}


A,  A:active {
  COLOR: #52672a;
  font-weight: bold;
  TEXT-DECORATION: none;
}


A:hover {
  COLOR: #000000;
  TEXT-DECORATION: underline;
}




.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 #000000;
}

.a_img:hover img {

  BORDER: 1px solid #395740;


}


.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;

}

.a_nav,a_nav:active {

    font-size: 13px;
    font-weight: bold;
	color: #0e3d1c;
    TEXT-DECORATION: none;

}

.a_nav:hover {
    font-size: 13px;
    font-weight: bold;
    BACKGROUND: none;
    color: #000000;
    TEXT-DECORATION: none;

}

.nav_down {
	height:24px;
	font-weight: bold;
	color: #0e3d1c;
	background-color:#a8fbc0;
	border-right:1px solid #78ba8b;
	border-bottom:1px solid #78ba8b;
}

.nav_up {
    height:24px;
	font-weight: bold;
    color: #000000;
	background-color:#deffd0;
}

.intro_down {

    font-family: Arial;
	font-size: 11px;
	font-weight: bold;

}

.intro_up {

    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color:#224a20;

}

.table_header {
  	color : #f3ffed;
	background-color: #00451f;
	height:14px;
	padding-left:5px;
  	padding-top:1px;
  	border-bottom:2px solid #1b3c0c;

}

.table {
  	color : #000000;

	border-bottom:2px solid #646047;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;

  
}

.scroll{
	height: 380px;
	width: 478px;
	position:relative;
	overflow:auto;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	overflow-x: hidden;

}





