.BlogCSS
{
	padding: 3px;
	color: #000000;
	font-size: xx-small;
	font-weight: bold;
	table-layout:fixed;
    width:inherit;
    overflow:hidden;	

}
.BlogCSS a
{
	color: #808080;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	
}
.BlogAltItemCSS
{
    background-color: #EEEEEE;
    font-weight: normal;
    padding: 3px;
    overflow: hidden;
    white-space: nowrap;
}
.BlogItemCSS
{
	background-color: #F4F4F4;
	font-weight: normal;
	padding: 3px; white-space: nowrap; overflow:hidden;
}
pre.BioPreContent
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
