	body, div, table, tr, td, p {
		font-family: Arial, Verdana, sans-serif;
		/* color: #a4907b; */
		/* color: #b5a18c; */
		color: #c6b29d;
		
	}
	
	body {
		margin: 0px;
		background-color: #000000;
		padding: 0px;
		font-size: 100%;
	}
	
	.bodytext {
		padding-left: 20px;
		padding-top: 30px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	
	td.interiorbodytext {
		padding-left: 20px;
		padding-top: 30px;
		padding-right: 65px;
		padding-bottom: 20px;
	}
	
	td.featurecolumn {
		padding: 15px;
	}
	
	td.dyk {
		padding-left: 25px;
		padding-right: 20px;
		background-color: 64503c;
		color: white;
		font-weight: bold;
		font-size: .77em;
	}
	
	td.dyk2 {
		color: white;
		font-weight: bold;
		font-size: .77em;
	}
	
	p {
		font-size: .75em; 
		line-height: 1.4em;
	}
	
	p.highlight {
		font-size: .8em; 
		font-weight: bold;
		color: white;
	}
	
		
	
	/**************** 
	Global Classes
	*****************/
	.sm {
		font-size: .6em;
	}
	
	.lg {
		font-size: 1.2em;
	}
	
	
	.clear {
		clear: both;
		line-height: 0;
		height: 0;
	}
	
	p.maincontent {
		font-size: .725em;
		line-height: 1.5em;
	}
	
	
	/**************** 
	Specific Classes
	*****************/
	
	.footer {
		font-size: .7em;
		color: #4f68bc;
	}
	
	
	/**************** 
	Link Classes
	*****************/
	a.bluelink:link {
		text-decoration: none;
		font-weight: bold;
		color: #4f68bc;
	}
	a.bluelink:visited { color: #4f68bc; }
	a.bluelink:hover { color: #2f489c; }
	a.bluelink:active { color: #000000; }
		

