/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bodyBack */

.bodyback {

			background-color: #ffffff;
			scrollbar-base-color: #000000;
 			scrollbar-track-color: #eeeeee;
			scrollbar-face-color: #9ACF15;
			scrollbar-highlight-color: #ffffff;
			scrollbar-3dlight-color: #000000;
			scrollbar-darkshadow-color: #000000;
 			scrollbar-shadow-color: #000000;
 			scrollbar-arrow-color: #000000;
 			font-size: 8pt;
			font-family: verdana;
			text-decoration: none;
						}
			/* background of the PAGE - specify colour or image */
}			

.popBack	{
			background-color: #000000;
			}
			/* background of the POP-UP PAGES - specify colour or image */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text elements */

.textBig		{font-size: 10pt; font-family: verdana;}
.textNormal		{font-size: 8pt; font-family: verdana;}
.textSmall		{font-size: 7pt; font-family: verdana;}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - headingsH1*/

h1{ 	font-family: arial;
	font-size: 16pt;
	color: #000000;
	font-weight: bold }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - headingsH2*/


h2{ 	font-family: arial;
	font-size: 14pt;
	color: #000000;
	font-weight: bold }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bulletedlist*/

.list		{		font-size: 8pt;
				font-family: verdana;
				text-decoration: none;
				
a.list:link	{color: #7BA60E; text-decoration: none }
a.list:visited	{color: #7BA60E; text-decoration: none }
a.list:active	{color: #000000; text-decoration: none }
a.list:hover	{color: #ff0000; text-decoration: underline}