	td {
		font-family:arial;
		font-size:x-small;
	}
	td.header
		{
		font-size:small;
		background-color:#DDDDDD;	
	}
	A:Hover {
		text-decoration: underline;
		color: red;
	}
	body 
	{
		font-family: Arial;
		font-size:x-small;
		scrollbar-face-color: #D4D0C8;
		scrollbar-shadow-color: #D4D0C8; 
		scrollbar-highlight-color: White; 
		scrollbar-3dlight-color: #F5F5F5; 
		scrollbar-darkshadow-color: #D4D0C8; 
		scrollbar-track-color: #F5F5F5; 
		scrollbar-arrow-color: Black;
	}
	input {
		background-color:#EEEEEE;
		/*border-style:inset;*/
		border-width:1px;
		
	}
	select {
		background-color:#EEEEEE;
		border-style:inset;
		border-width:1px;
		
	}
	.submit {
		background-color:#EEEEEE;
		border-style:outset;
		border-width:1px;
	}
	.title {
		font-size:small;
		font-weight:bold;
	}
