/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bodyBack */

.bodyBack	{
			background-color: #ffffff;
			background-image: url(images/bg.html);
			background-repeat: repeat-n;
			scrollbar-base-color: #eeeeee;
 			scrollbar-track-color: #939292;
			scrollbar-face-color: #000000;
			scrollbar-highlight-color: #ffffff;
			scrollbar-3dlight-color: #B43032;
			scrollbar-darkshadow-color: #C6C6C6;
 			scrollbar-shadow-color: #000000;
 			scrollbar-arrow-color: #FF7B0B;
 			text-decoration: none;
						}
			/* background of the PAGE - specify colour or image */
			



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text elements */

.textBig		{font-size: 1.2em; font-family: arial; color: #B52D2F;}
.textNormal		{font-size: 0.8em; font-family: Verdana;}
.textBoldBig		{font-size: 1.1em; font-family: arial; color: #000000; }



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - headingsH1*/

h1{ 	font-family: arial;
	font-size: 10pt;
	color: #008080;
	font-weight: bold }


	




