form {
    display:inline;
}
body
	{
	background-color:white;
	margin-left:0;
  	margin-right:0;
	margin-top:0;
	margin-bottom:0;	
	}
table.main
	{
	width: 100%;
	border-bottom : 1px solid Black;
	}
table.category
	{
	width:200px;
	}
tr.topFrame
	{
	background-color: #FF9933;
	}	
tr.catTitleRow
	{
	background-color: #FF9933;
	color: white;
	}
tr.catCntRow
	{
	background-color: #ffffff;
	}
table.catTable
	{
	border : 1px solid Black;
	}
div.urls
	{
	width:245px;
	height: 150px;
	overflow: auto;
	margin-left:3px; 
	margin-right:3px;
	margin-top:3px;
	margin-bottom:3px;
	/*scrollbar-arrow-color : black;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #99ccff;
	scrollbar-highlight-color : white;
	scrollbar-track-color : #99ccff;*/
	}
td, p, div
	{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 8px;
	}
.catTitle
	{
	font-weight: bold;
	font-size: 14px;
	}	
a.url
	{
	color:black;
	font-weight: normal;
	}
.home
	{
	color: Maroon;
	}
a
	{
	color:black;
	font-weight: bold;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
input 
	{
  	border : 1px solid Black;
  	background-color : White;
  	font-size: 9px; 
  	margin-left:5px;
  	margin-right:5px;  
	}
input.button
	{
	background-color : Silver;
	}
textarea, select 
	{
  	border : 1px solid Black;
  	background-color : White;
  	font-family: arial;
  	font-size: 10px;
  	margin-left:5px;
  	margin-right:5px; 
	}	