/* =========================================================================================	*/
/* TO USE:                                                                                 	*/
/* link or import the style sheet into your default.asp & view_article.asp pages           	*/
/* to link e.g. <link rel="stylesheet" href="aspvirtualnews/miniheadlines.css" type="text/css"> */
/* to import e.g. <style type="text/css">@import url(miniheadlines.css);</style>                */
/* =========================================================================================	*/

/* =================================== MINI-HEADLINES ======================================	*/
/* The following styles control the appearance of the news headlines:	                  	*/
/* =========================================================================================	*/

/* the article headline */
.miniheadline-title {
	COLOR: #FE0223; FONT-WEIGHT: normal; TEXT-DECORATION: none; font-style:normal; font-variant:normal; line-height:12pt; font-size:10px; font-family:Verdana; text-transform:uppercase
}
a:link.miniheadline-title {
	COLOR: #FE0223; FONT-WEIGHT: normal; text-transform:uppercase; text-decoration:none 
}
a:visited.miniheadline-title {
	COLOR: #FE0223; FONT-WEIGHT: normal; text-transform:uppercase; text-decoration:none 
}
a:hover.miniheadline-title {
	COLOR: #000000; FONT-WEIGHT: normal; text-transform:uppercase; text-decoration:none 
}

/* the article publish date */
.miniheadline-date {
	FONT: 8pt Verdana; COLOR: #000000; FONT-WEIGHT: normal; 
}

/* article summary */
.miniheadline-summary { 
	COLOR: #000000; FONT-WEIGHT: normal; font-style:normal; font-variant:normal; font-size:8pt; font-family:Verdana 
}

/* the article category */
.miniheadline-category { 
	FONT: 8pt Verdana; COLOR: #000000; FONT-WEIGHT: bold;  
}

/* the articles author */
.miniheadline-author {
	COLOR: #FE0223; FONT-WEIGHT: normal; font-style:normal; font-variant:normal; font-size:8pt; font-family:Verdana
}
:link.miniheadline-author {
	COLOR: #FE0223; FONT-WEIGHT: normal; 
}
:visited.miniheadline-author {
	COLOR: #FE0223; FONT-WEIGHT: normal; 
}
:hover.miniheadline-author {
	COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

/* the headline row counter */
.miniheadline-rowcount {
	COLOR: #000000; FONT-WEIGHT: normal; font-style:normal; font-variant:normal; font-size:7pt; font-family:Verdana 
}

/* the [read article], [visit website] links */
.miniheadline-link {
	COLOR: #000000; FONT-WEIGHT: normal; font-style:normal; font-variant:normal; font-size:8pt; font-family:Verdana 
}
:link.miniheadline-link {
	COLOR: #000000; FONT-WEIGHT: normal; 
}
:visited.miniheadline-link {
	COLOR: #000000; FONT-WEIGHT: normal; 
}
:hover.miniheadline-link {
	COLOR: #FE0223; FONT-WEIGHT: normal; 
}

/* article hits */
.miniheadline-hits {
	COLOR: #000000; FONT-WEIGHT: normal; font-style:normal; font-variant:normal; font-size:7pt; font-family:Verdana
}

/* control headline image placement */
IMG.miniheadline-image { 
	
color: #000000}