.Article {
	margin-right:5px;
	font-family:"Times New Roman";
	font-size:medium;
	font-weight:normal; 
	color:black;
}

div.HeadlineList {
	width:30%;
	margin-left:5px;
	float:right;
	background-color:black;
	border:solid medium #005060;
	font-family:"Times New Roman";
	font-size:medium;
	font-weight:normal; 
	color:black;
}

.HeadlineTitle a {
	background-color:black;
	font-family:Arial;
	font-size:medium;
	font-weight:bold; 
	font-style:italic; 
	text-decoration:none; 
	color:white;
}

.HeadlineTitle a:hover {
	font-family:Arial;
	font-size:medium;
	font-weight:bold; 
	text-decoration:underline; 
	color:red;
}

.HeadlineAbstract a {
	font-family:"Times New Roman";
	font-size:small;
	font-weight:normal; 
	text-decoration:none; 
	color:#ffcc00;
}

.HeadlineAbstract a:hover {
	font-family:"Times New Roman";
	font-size:small;
	font-weight:normal; 
	text-decoration:underline; 
	color:red;
}

.Article ul {
	list-style:square url(img/bullet.gif);
}

.Article h1 {
	font-family:Arial;
	font-size:large;
	font-weight:bold; 
	color:#005060;
	margin:0;
	padding:0 0 0 0;
}

.GlossaryTerm {
	font-weight:bold; 
	color:red;
	cursor:help;
}
