/* Properties of paragraph tag */
p {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #846550;
	  text-align: justify;
	  }


/* Properties of main muddworks table */	  
.muddTB {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}


/* Properties of muddworks table data */
td {
vertical-align:top;
}


/* Properties of muddworks navigation table data */
.navTD{ 
	vertical-align:top;
	width:20%;
}


/* Properties of navigattion links */	  
a.nav:link {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #846550; 
	TEXT-DECORATION: none;
}
a.nav:visited {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #846550; 
	TEXT-DECORATION: none;
}
a.nav:active {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #846550; 
	TEXT-DECORATION: none;
}
a.nav:hover {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #846550; 
	TEXT-DECORATION: underline;
}


/* Properties of email links */
a.mail:link {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #97c03c; 
	TEXT-DECORATION: none;
}
a.mail:visited {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #97c03c; 
	TEXT-DECORATION: none;
}
a.mail:active {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #97c03c; 
	TEXT-DECORATION: none;
}
a.mail:hover {
line-height: 0.8cm; 
	font-family: Verdana; 
	font-size: 11px;
	COLOR: #846550; 
	TEXT-DECORATION: underline;
}


/* Properties of main header text */
.header {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 20px;
	  color: #97c03c;
	  font-weight: none;
	  }


/* Properties of subheader text */	  
.subheader {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #97c03c;
	  font-weight: bold;
	  }

/* Properties of images that float to the right of text */  
.floatright { 
	float: right;
	margin:5px 0 0 10px;
	}

/* Properties of images that float to the left of text */  
.floatleft { 
	float: left;
	margin:5px 10px 0 0;
	}


/* Properties of footer text */
.footer {
	text-align: center;
}