/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bodyBack */

.bodyback	{
			scrollbar-base-color: #e3ba08;
 			scrollbar-track-color: #efe09d;
			scrollbar-face-color: #e3ba08;
			scrollbar-highlight-color: #e3ba08;
			scrollbar-3dlight-color: #e3ba08;
			scrollbar-darkshadow-color: #e3ba08;
 			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 */
			

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text elements */

A:link  {
        	color : #000000;
			font-family : Arial;
        	text-decoration : none;
			font-size : 10pt;
        }
        
        A:visited  {
        	color : #000000;
			font-family : Arial;
        	text-decoration : none;
			font-size : 10pt;
        }
        
        A:hover  {
        	color : #000000;
			font-family : Arial;
        	text-decoration : underline;
			font-size : 10pt;
        }	


.textBigTitle		{font-size: 12pt; color: #00ADEF; font-family: arial; font-weight: bold;}
.textTitle		{font-size: 11pt; color: #000000; font-family: arial; font-weight: bold;}
.textWhite		{
	font-size: 7pt;
	color: #ffffff;
	font-family: arial;
}
.textNormal		{font-size: 9pt; font-family: arial;}
.textSmall		{font-size: 8pt; font-family: arial;}

