@import "stylesheet";

/* Main content area background colour (GREEN by deafult) */
.backgroundColour {
	background-color: #A3BDEF;
}
/* Scroll bar colours */
BODY {
	SCROLLBAR-FACE-COLOR: #ffffff;	
	SCROLLBAR-HIGHLIGHT-COLOR: #EAFBEC; 
	SCROLLBAR-SHADOW-COLOR: #054606; 
	SCROLLBAR-ARROW-COLOR: #009900;
	
	SCROLLBAR-BASE-COLOR: #009900;
	scrollbar-dark-shadow-color: #7B7B7B; 
	scrollbar-3d-light-color: #009900;
}
/* Sub menu frame style */
.frame {
	border: thin #003399 dotted;
}
/* Main navigation button style */
.NavButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6464FF;
	word-spacing: 0px;
	letter-spacing: 0px;


}

a:link.NavButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #333333; 
text-decoration: none
}

a:hover.NavButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #009900; 
text-decoration: underline overline;
}
/* Main navigation button ON state style */
.NavButtonActive {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000A0;
	word-spacing: 0px;
	letter-spacing: 0px;
; text-decoration: underline overline
}
/* General website button style - white */
.siteButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;


}
a:link.siteButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #ffffff; 
text-decoration: underline;
}

a:hover.siteButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #000000; 
text-decoration: underline;
}
/* Green subtitle style */
.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
/* Subtitle White */
.subTitleWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
/* White title large style */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
/* General website text style */
.textColour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* website Picture frame style (inset) */
.pictureFrame {
	border: thin #B4D7F3 solid;
}

/* website footer text style */
/* LEAVE intact */
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* Digital-zest.com website button style */
/* LEAVE intact */
.zestButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;


}

a:link.zestButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #333333; 
text-decoration: none
}

a:hover.zestButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #009900; 
text-decoration: underline;
}
