
	body, .default
	{
		background: #9AA4C2;
     
		scrollbar-face-color: #9AA4C2;
		scrollbar-highlight-color: #9AA4C2;
		scrollbar-shadow-color: #9AA4C2;
		scrollbar-3dlight-color: #9AA4C2; 
		scrollbar-arrow-color: #9AA4C2;
		scrollbar-track-color: #9AA4C2;  
		scrollbar-darkshadow-color: #9AA4C2;

		font-family: Arial;
		font-weight: 1000;
		font-style: none;//italic;
		font-size: 100%;
		color: #000000;
	}
   
	a:link
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	a:hover
	{
		color: #000000;
		text-decoration: none;
	}


	.copyrightCLASS
	{
		font-family:		arial,system;
		color:			#ffffff;
		text-decoration:	none;
		text-size:		25%;
		align:    		center;
	}

	.edgeCLASS
	{
		height:100%;
		width:10;
		background: url("../images/edge.png");
	}
     

	.bottomEdgeCLASS
	{
		height:10;
		width:1000;
		background: url("../images/bottomedge.png");
	}

