/*  style.css  07/07/2010  */
body {
   text-align: center;
   background: #749A01 url(images/backgnd.jpg) repeat;
   padding: 0;
   margin: 0;
}

.MasterFrame {
   width: 750px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
   padding-bottom: 5px;
/*   border: 1px solid red; */
}

.Head {
   width: 742px;
   height: 280px;
   background: #494949 url(images/head.jpg) no-repeat center; 
   border: 4px ridge #749A01;
}

.Main {
   border-color: white;
}

.Footer {
   width: 746px;
   padding: 15px 0px 15px 0px;
   margin-top: 15px;
   margin-bottom: 15px;
/*   border-color: #52872f; */
   font: normal 11px Tahoma, Arial;
   color: #494949;
   border: 2px ridge #749A01;
}

a {
  font: normal 14px Tahoma, Arial;
  color: #414141;
}

a:hover {
   font: normal 14px Tahoma, Arial;
   color: #52872f;
   text-decoration: none;
}

.active {
   text-decoration: none;
}

.white-text{
   color: #ffffff;
}


.project {
   font: normal 20px Tahoma, Arial;
   text-decoration: underline;
   color: #414141;
}

a.project:hover {
   font: normal 20px Tahoma, Arial;
   color: #52872f;
   text-decoration: none;
}

/*


td {
   font: normal 11px Tahoma, Arial;
   color: #494949;
}

h1, h2, h3, h4, h5 {
   color: #460a04;
   margin: 0px;
}

h1 {
   font-size: 18px;
}

h2 {
   font-size: 16px;
}

h3 {
   font-size: 14px;
}

.blye-text-underline {
   color: #348cbc;
   text-decoration: underline;
}

.blye-text-regular {
   color: #348cbc;
}

.yellow-text-regular {
   color: #db9a00;
}

.yellow-text-underline {
   color: #db9a00;
   text-decoration: underline;
}

.orange-text-regular {
   color: #ca6011;
}

.orange-text-underline {
   color: #ca6011;
   text-decoration: underline;
}

.red-text-regular {
   color: #920f0d;
}

.red-text-underline {
   color: #920f0d;
   text-decoration: underline;
}

.gray-text {
   color: #4c4c4c;
   font: normal 20px Tahoma, Arial;
}

.green-text {
   color: #76950b;
}

*/