﻿/* =========================================================================================	*/
/* TO USE:                                                                                 	*/
/* link or import the style sheet into your default.asp & view_article.asp pages           	*/
/* to link e.g. <link rel="stylesheet" href="varticle/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 {
	COLOR: #000000; FONT-WEIGHT: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 10pt;
	line-height: normal;
	font-family: Tahoma;
	text-align: left;
}

/* your sites web form elements */
INPUT, SELECT, TEXTAREA {
	FONT: 10pt Tahoma; COLOR: #000000; FONT-WEIGHT: normal;
}

/* your sites base hypertext link settings. */
A {
	COLOR: #487B5D; FONT-WEIGHT: normal
}

/* the main heading */
.banner-heading {
	FONT: 10pt 'Tahoma', ; COLOR: #FFFFFF; FONT-WEIGHT:bold;
	letter-spacing: 0.1em;
}
	
/* the menubar links */
.menubar {
	COLOR: #487B5D; text-decoration: none
}
a:link.menubar {
	COLOR: #487B5D; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
a:visited.menubar {
	COLOR: #808080; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
a:hover.menubar {
	COLOR: #808080; FONT-WEIGHT: normal; TEXT-DECORATION: none
}