.StripeBG {
/* Background image repeat for front page title {index.html}  */
	background-image: url(pageImages/lineColour.jpg);
	background-repeat: no-repeat;
}
.BdyFont {
/* Standard forn set for through out the set - good desktop publishing */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.headingGradiant {
	background-image: url(pageImages/lineColour.jpg);
	background-repeat: repeat-x;
}

.QuoteFont {
/* For quoteing/italic/emphasis in text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.HeadFont {
	/* Heading fonts pertaining bdytxt */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #000033;
	text-decoration: underline;
	background-image: url(pageImages/NavBar.jpg);
	background-repeat: repeat-x;
}


.SideBar {
/* side bar background image repeat*/
	background-image: url(pageImages/waveTile.jpg);
	background-repeat: repeat-y;
}

.NAVbar {
/* ENTIRE nav bar attributes  - font style and background image repeat*/
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 12px;
	background-image: url(pageImages/NavBar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border: thin double #66FFFF;
}
.UPDATEbar {
/* OLD update area css - may be useful again yet*/
	font-size: xx-small;
	color: #000000;
}
.TableBorder {
/* Update area tabel colour - ONLY change with colour scheme change*/
	border-top-color: #66FFFF;
	border-right-color: #66FFFF;
	border-bottom-color: #66FFFF;
	border-left-color: #66FFFF;
}


.NewsBar {
/* Update/News area- index.html left table - font styling */
	font-size: x-small;
	text-indent: 5px;
	white-space: normal;
	font-weight: lighter;
}
.OMGhighlightFLASHING {
/* Txt style to grab MAJOR {annoying} attention*/
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

