body
{
	background-color: #D5D5D5;
	background-image: url(../images/ltgybg.jpg);
}

#table_01 { 
	background-color: #FFF;
	border: 1px solid #666;
}

/*Main Link Table*/
#br_01 {  	
	color: #FFF;
	font-family: lucida grande, geneva, verdana, arial, sans;
	font-size: 12px; 
	}

#br_01 a { color: #FFF; text-decoration: none; }
#br_01 a:hover { text-decoration: underline; }
#br_01 td:hover {
	
	background-color: #666;
	color: #333;
	
}

/*Text Content*/
h3 { margin: 0; font-size: 16px;}
h4 { margin: 15px 0 0 0; font-size: 14px;}

#txt_content
{
	color: #333;
	font-family: lucida grande, geneva, verdana, arial, sans;
	font-size: 12px;
	padding: 15px;
}

#txt_content p { margin-right: 15px; margin-left: 15px; }

#txt_content a {  color: #C93; font-weight: bold; text-decoration: none; }
#txt_content a:hover { color: #960; text-decoration: underline; }

#copy_content {

	color: #CCC;
	font-family: lucida grande, geneva, verdana, arial, sans;
	font-size: 10px; padding: 3px;

}

#copy_content a { color: #FFF; text-decoration: none; }
#copy_content a:hover { text-decoration: underline; }

/* Footer Content */
#ft_content {

	font-family: lucida grande, geneva, verdana, arial, sans;
	font-size: 10px;
	padding: 10px 0;
}

#ft_content a
{
	color: #999;
	text-decoration: none;
}
#ft_content a:hover {
	text-decoration: underline;
}

/* Top of the page address */
#bn_content {

	font-family: lucida grande, geneva, verdana, arial, sans;
	font-size: 8pt;
	padding-left: 12px;
}

/* Featured Item */
#feat { border: 2px dotted #CCC; }