/* Bet Headlines CSS Document */
/********************SHARED STYLES*/
body {
	background-color: #ffffff;
	margin-top: 8px;
}
a:link {
	color: #000000;
	font-size: 14px;
}
a:visited {
	color: #000000;
	font-size: 14px;
}
a:hover {
	color: #d00000;
	text-decoration: none;
	font-size: 14px;
}

.header_slogan_black {
	color: #000000;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.header_slogan_red {
	color: #af0000;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.header_searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 126px;
	height: 16;
}
.header_searchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 60px;
	background-color: #222222;
	color: #ffffff;
	border: 0;
	height:17
}
.header_search_text {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.header_date {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.article_title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.article_date {
	color: #999999;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.article_story {
	color: #333333;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.more_articles {
	color: #af0000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}