/* STANDARD TAG REDEFINITIONS */
BODY{	color : #2B3A23;	font-family : Arial, Helvetica, sans-serif;	font-size: 12px;             }
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {  font-family : Arial, Helvetica, sans-serif;	      margin-bottom: 10px;  margin-top: 0;    font-size: 12px;        }
a{
	color: #778C57;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{	text-decoration: underline;  }
form.NoMargin{	margin-left: 0px;	margin-bottom: 0px;	margin-right: 0px;	margin-top: 0px;}

/* TOP */
td.TopNav{      background-color: #697754;  border: 1px solid #697754;               }
.TopNav a{ color: #E8F2DA;  font-size: 9px;  font-family: Arial, Helvetica, sans-serif;  text-decoration: none;  font-weight: normal; }
.TopNav a:hover{ text-decoration: none;  top: 0px;  position: relative;  color: #99A47F;  }
td.Title{ background-color: #685B49;  border: 0px;  color: #E8F2DA;  font-weight: bold;  font-size: 11px;       }

/* LEFT */
td.Left{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 15px;
	background-color: #697754;
	padding-bottom: 8px;
	vertical-align: top;
	height: inherit;
}
td.Left, td.Left p{ font-size: 11px; color: #E8F2DA; line-height: 16px; }
.Left a{ font-size: 11px;  color: #FFFAE7;  text-decoration: none;   }
.Left a:hover{ color: White; }
td.LeftSearch{     background-repeat: repeat-x;  background-image: url(bg_search.gif);          }
input.SearchBox{   width: 150px;  height: 19px;  background-image: url(bg_searchbox.gif);  background-repeat: repeat-x;  background-color: #FFFAE7;  border: 0px none;       }
td.LeftCaption{   font-weight: normal;  color: #FFFAE7;  font-family: "MS Sans Serif", Geneva, sans-serif;  padding-left: 12px;  border-bottom: 1px solid #FFFAE7;      }

/* CENTER */
td.MainText{
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: left;
	bottom: auto;
	vertical-align: top;
	height: 100%;
}
td.MainText p{ line-height:20px;}
td.CenterCaption{ color: #FFFAE7;  font-weight: bold;  padding-right: 10px;  border-bottom: 1px solid #FFFAE7;  font-family: "MS Sans Serif", Geneva, sans-serif;  font-size: 13px;        }

/* FOOTER */
td.Footer{
	background-color: #99A47F;
	background-repeat: repeat-x;
	color: #E8F2DA;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	bottom: auto;
	vertical-align: middle;
}
.Footer a{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	text-decoration: none;  color: White;    }

