BODY
{
	font-family: 'verdana';
	padding: 0px;
	margin: 0px;
	background: #426843;
	
	SCROLLBAR-FACE-COLOR: #B4EBB4;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #B4EBB4; 
	SCROLLBAR-3DLIGHT-COLOR: #B4EBB4;
	SCROLLBAR-ARROW-COLOR: #4C6D4C; 
	SCROLLBAR-TRACK-COLOR: #f8f8f8;
	SCROLLBAR-DARKSHADOW-COLOR: #4C6D4C;
}

h1
{
	color:#336633;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}

H2
{
	color:#99CC99;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}

P
{
	text-indent:1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.6em;
}

.navig 
{
	font-size: 12px;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}
.navig A, .navig A:visited
{
	font-size: 12px;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

.tbl_operat TD
{
	background: #efefef;
	padding: 5px;
	font-size:0.7em;
}
.tbl_operat
{
	width: 100%;
	border: 1px #efefef solid;
}

.calendar td
{
	font-size: 10px;
}

.calendar A
{
	font-size: 10px;
	color: #468502;
}

.logo
{
	border: 0px;
	padding: 5px;
}

.text
{
	font-size: 10px;
	width: 100px;
}

.copy
{
	color: #ffd224;
	background: #426843;
	padding: 1px;
	font-weight: bold;
}

a {
  color: #336633;
  text-decoration: underline;
  font-size:12px;
}

#MAINMENU, #MAINMENU ul {
  list-style: none;
  background: #D6E2CF;
  float: left;
  width: 900px;
  padding: 4px;
  margin: 0px;
}

#MAINMENU li {
  float: left;
  position: relative;
}

#MAINMENU a {
  color: #336633;
  text-decoration: none;
  display: block;
  padding: 2px 8px;
  font-size:12px;
  font-weight: bold;
}

#MAINMENU a:hover {
  color: #77AA77;
}

#MAINMENU li ul {
  display: none;
  position: absolute;
  left: 5px;
  padding: 8px 0;
  width: 168px;
  border: 1px solid #D0DCC9;
}
#MAINMENU li li a {
  width: 138px;
}

#MAINMENU li:hover ul,
#MAINMENU li.over ul {
  display: block;
}

#MAINMENU li:hover li ul,
#MAINMENU li.over li ul {
  display: none;
  width: 138px;
  top: -2px;
  left: 118px;
  lef\t: 133px;
}
#MAINMENU li:hover li:hover ul,
#MAINMENU li.over li.over ul {
  display: block;
}

.mod_left .title
{
  text-align: center;
  font-size: 14px;
  color: #336633;
  margin: 10px;
font-weight: bold;
}


input.small,select.small,textarea.small {width:100px;}
input.middle,select.middle,textarea.middle {width:200px;}
input.big,select.big,textarea.big {width:90%;}
input.normp,select.normp,textarea.normp {width:80%;}
