/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bodyBack */

.bodyback {

			background-color: #000000;
			background-image: url(../images/bg.gif);
			background-repeat: repeat-n;
			scrollbar-base-color: #eeeeee;
 			scrollbar-track-color: #231F20;
			scrollbar-face-color: #303030;
			scrollbar-highlight-color: #88CEE8;
			scrollbar-3dlight-color: #000000;
			scrollbar-darkshadow-color: #88CEE8;
 			scrollbar-shadow-color: #CA5005;
 			scrollbar-arrow-color: #88CEE8;
 			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: 14pt;
	color: #95E0FF;
	font-weight: bold }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - headingsH2*/

h2{ 	font-family: arial;
	font-size: 11pt;
	color: #000000;
	font-weight: bold }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - headingsH2*/

h3{ 	font-family: arial;
	font-size: 11pt;
	color: #5EA236;
	font-weight: bold }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - heading Submenu*/

h4{ 	font-family: arial;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	font-style: italic; 
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - headingsH5*/

h5{ 	font-family: arial;
	font-size: 11pt;
	color: #5EA236;
	font-weight: bold }
	
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - navbarlinks*/

.navbar		{
				font-size: 8pt;
				font-family: verdana;
				text-decoration: none;
				
a.navbar:link	{color: #000000; text-decoration: none }
a.navbar:visited{color: #000000; text-decoration: none }
a.navbar:active	{color: #02CEE7; text-decoration: none }
a.navbar:hover	{color: #ffffff; text-decoration: underline}
				/* attributes of text and link items inside any of the navbar cells */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LINKS*/

.link		{		font-size: 8pt;
				font-family: verdana;
				text-decoration: none;
				
a.link:link	{color: #02CEE7; text-decoration: none }
a.link:visited	{color: #02CEE7; text-decoration: none }
a.link:active	{color: #7B1B04; text-decoration: none }
a.link:hover	{color: #ffffff; text-decoration: underline}
				/* attributes of text and link items inside any of the navbar cells */
				

table	{
			font-size: 8pt;
			font-family: verdana;
			text-decoration: none;
						}
