		body
		{
			background-color: white;
			font-family: Verdana;
			color: #222222;
		}
		td.side
		{
			color: black;
			font-weight: bold;
			cursor: pointer;
			color: #222222;
			font-size: 15px;
		}
		td.sidelogtit
		{
			color: black;
			font-weight: bold;
			color: #222222;
			font-size: 15px;
		}		
		td.sideover
		{
			color: #CCCCCC;
			font-weight: bold;
			cursor: pointer;
			font-size: 15px;
		}
		td.advert
		{
			color: #CCCCCC;
			font-size: 10px;
		}
		tr.info
		{
  		background-color: Silver;
  		color: black;
  		font-weight:bold;
		}
		h1
		{
			color: #222222;
			font-size: 24px;
		}
		div.const
		{
		 	width: 100%;
		  scrollbar-face-color : #C0C0DD;
			scrollbar-track-color: #C0C0C0;
			scrollbar-arrow-color: #DDDDDD;
			scrollbar-shadow-color: #000000;
			scrollbar-highlight-color: #DDDDDD;
			scrollbar-darkshadow-color: #C0C0C0;
		}
  	td.info
  	{
  		background-color: Silver;
  		color: black;
  	}
  	tr.infopoint
  	{
		  cursor:pointer;
  	}		
  	td.linkhead
  	{
  	  background-color:#7D81CB;
  		font-weight:bold;
  		color:#FFFFFF;
  	}
  	td.linkheadover
  	{
  	  background-color:#7D81CB;
  		font-weight:bold;
  		color:#CCCCCC;
  	}
		a.link
  	{
  	  background-color:#7D81CB;
  		font-weight:bold;
  		color:#FFFFFF;
  	}		
		a.linkover
  	{
  	  background-color:#7D81CB;
  		font-weight:bold;
  		color:#CCCCCC;
  	}		
	button.norm
	{
		border: thin solid Black;
		font-family: Verdana;
		background: #9293FF;
		height: 30;
		width: 200;
		cursor: pointer;
	}
	button.over
	{
		border: thin solid Black;
		font-family: Verdana;
		background: #5758FE;
		height: 30;
		width: 200;
		cursor: pointer;
	}
	
	button.picbut
	{
	  background: #000000;
		border: none;
		cursor: pointer;	
	}
