BODY {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	background: #fff;
	color: #000000;
	font-size: 75%;
	margin: 5px 0px 0px 5px;
	text-align: left;
}


/* LINKS */
a:link, a:visited, a:active {COLOR: #000099; TEXT-DECORATION: none; font-weight: bold;}
a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

.h1 a:link, .h1 a:visited, .h1 a:active {COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;}
.h1 a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

.h2 a:link, .h1 a:visited, .h1 a:active {COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;}
.h2 a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

a.most_read:link, a.most_read:visited, a.most_read:active {COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;}
a.most_read:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}


/* FONTS AND TYPES */
p, .p {
	font-size: 100%;
	text-align: left;
}

h1, .h1, .article_headline {
	font-size: 150%;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
}

h2, .h2 {
	font-size: 125%;
	font-weight: bold;
}

h3, .h3 {
	font-size: 100%;
	font-weight: bold;
}

li {
	margin-bottom: 5px;
}

hr {
	color: #757575;
	height: 1px;
}


/* CONTENT ELEMENT PROPERTIES */
#content {
	float: left;
	background: #ffffff;
	text-align: left;
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 15px;
	width: 490px;
}

#top_news {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.article_headline {
}

.article_data {
	text-align: left;
	font-style: italic;
	color: #868686;
}

.article_text {
	padding-top: 8px;
	text-align: left;
}

