/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
  body {
	margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	background-image: url('../d-images/bg_full.gif');
	background-repeat: repeat
 	}

  td {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	line-height: 18px;
 	}
.footer {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#967819;
	font-size: 10px;
 	}
  h1 {
	color:#009933;
	font-size: 18px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
 	}
  h2 {
	color:#91b2b2;
	font-size: 13px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	}
#body-text {
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 45px;
}

  

 


/**************************************************/
/*	LAYOUT DIVS 					              */
/**************************************************/
 




/**************************************************/
/*	LAYOUT  TABLES	                         	  */
/**************************************************/




/**************************************************/
/*	LINKS						                  */
/**************************************************/

a:link {
	color: #967819;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {

	color: #0F671B;
	text-decoration: underline;
}
a:active {

	color: #967819;
	text-decoration: underline;
}
	
/**************************************************/
/*	FORMS						                  */
/**************************************************/ 


/**************************************************/
/*	MISC       				                      */
/**************************************************/ 
.bg-nav {
	background-image: url('../d-images/bg_nav.gif');
	background-repeat: repeat-x
}

hr {
	color: #ffc100;
	border: 0px none;
	width: 100%;
	background-color: #ffc100;
	height: 1px
}
.spaced {
	line-height: 25px;
 	}