/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/.famoustable dt {
	font-weight: bold;
}
.famoustable dd {
	font-size: 10pt;
	margin-left: 10px;
}
.famoustable .midline {
	width: 1px;
	background-color: black;
	font-size: 1px;
	padding: 0px;
}
.famoustable TD {
	padding-left: 10px;
	padding-right: 10px;
}
#famouswrapper { width: 100% }
#famouswrapper *.homenav_col { width: 129px; }
#famouswrapper *.home_section { width: 100%; }
.homenav_col a {
	color: white;
	text-decoration: none;
}
.homenav_col a:hover {
	color: yellow;
}

