BODY, TD {
   font-size: 12px;
	font-family: Tahoma, Arial;
   color: #434343;
	line-height: 1.3em;
}

A {
  color: #DC9C13;
  text-decoration: none;
}

A:HOVER {
   text-decoration: underline;
}

#menuelement:HOVER {
   font-weight: bold;
   background-color: #587F2F;
}
   
#header {
   position: relative;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 100px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
   color: White;
   font-size: 32px;
   line-height: 99px;
   text-indent: 5px;
}

#menuelement {
   position: relative;
   top: 4px;
   margin-top: 3px;
   width: 205px;
   height: 23px;
   background-color: #6C9A3B;
   color: white;
   font-size: 13px;
   line-height: 23px;
   text-align: left;
   text-indent: 18px;
}

#selectedmenuelement {
   position: relative;
   top: 4px;
   margin-top: 3px;
   width: 205px;
   height: 23px;
   background-color: #587F2F;
   background-image: url("images/arrow.gif");
   background-repeat: no-repeat;
   color: white;
   font-size: 13px;
   line-height: 23px;
   text-align: left;
   text-indent: 18px;
}

.menulink {
   color: white;
   font-size: 13px;
   text-decoration: none;
}

.text1 {
   color: #DC9C13;
   font-size: 18px;
   font-weight: bold;
   line-height: 20px;
}

.text2 {
   font-size: 11px;
   color: #434343;
}

.footerline {
   color: #C26900;
   background-color: #C26900;
   height: 3px;
   border: 0px;
}

#welcometext {
   position: relative;
   top: 25px;
   left: 0px;
   line-height: 16px;
   font-size: 14px;
}

.tableheader {
   background-color: #D08730;
   color: black;
}

.tablecell {
   background-color: #E6CB61;
}
