/* =========================================================================================	*/
/* 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/global.css" type="text/css">     */
/* to import e.g. <style type="text/css">@import url(global.css);</style>                  	*/
/* =========================================================================================	*/

/* =================================== GLOBAL ==============================================	*/
/* The following styles control the appearance of your news pages:    	                  	*/
/* =========================================================================================	*/

/* your sites base font style, size & colour settings. */
BODY, TD {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal;
}

/* your sites web form elements */
INPUT, SELECT, TEXTAREA {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal;
}

/* your sites base hypertext link settings. */
A {
	COLOR: #336699; FONT-WEIGHT: normal;
}

/* the main heading */
.banner-heading {
	FONT: 16pt 'trebuchet ms', Verdana; COLOR: #FFFFFF; FONT-WEIGHT:bold;
	letter-spacing: 0.1em;
}
	
/* the menubar links */
.menubar {
	COLOR: #999999; text-decoration: none;
}
A.menubar:link {
	COLOR: #336699; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}
A.menubar:visited {
	COLOR: #336699; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}
A.menubar:hover {
	COLOR: #669999; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}
