.gall_cont_text
{
	color: white;
}

.dyn_header
{
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin-top: 10px;
}

/* styles for header text within p tags */
p.txt_header
{
	font-size: 11px;
	font-weight: bold;
 	color: black;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* styles for the news header within p tags */
p.txt_news_header
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	width: 190px;
}

/* styles for a sub header */
.txt_header_2
{
	font-weight: bold;
	color: #DD5A00;
	margin-bottom: 2px;
	margin-top: 10px;
}

/* styles for a sub header (dates in news column) */
.txt_header_3
{
	font-weight: normal;
	color: white;
	margin-top: 5px;
}

/* styles for sub header (headers in news column) */
.txt_header_4
{
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.txt_bold
{
	font-weight: bold;
}

.block_txt
{
	display: block;
}