		td img {
			display: block;
		}
		
		.bottom_links{
			font-size: 14px;
			color: #999999;
		}
		
		a.inner_white:a{
			color: #000;
			font-size:12px;		
		}
		a.inner_white:hover{
			color: #000;
			font-size:12px;			
		}
		a.inner_white:link{
			color: #000;
			font-size:12px;			
		}
		a.inner_white:visited{
			color: #000;
			font-size:12px;			
		}
		
		.grey{
			font-size: 10;
			color: #999999;
		}
		
		a{
			font-family: Century Gothic;
			font-size: 14px;
			color: #333333;
		}
		
		.navigation{
			color:#333333;
		}
		
		.inPage{
			color:#FD8620;
		}
		
		a:link {
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;			
		}
		
		a:hover {
			text-decoration: none;
			color:#FD8620;		
		}
		
		a:active {
			text-decoration: none;
		}
		
		.catOverviewname{
			color:#000;
			font-size:12px;
		}
		
		.forgot_pass{
			font-size:10px;
			text-decoration:underline;
			color:#FD8620;
		}
		
		.orange {
			text-decoration: none;
			color:#FD8620;		
		}
		
		body {
			font-family: Century Gothic;
			font-size: 12px;
			color: #333333;	
			padding:0px;
			margin:0px;		
		}
		
		td,th {
			font-family: Century Gothic;
			font-size: 12px;
			color: #333333;			
		}
		
		h1,h2,h3,h4,h6 {
			font-weight: bold;
		}
		
		h5 {
			font-size: 18px;
			color: #333333;
		}
		
		h6 {
			font-size: 16px;
			color: #D4D307;
		}
		
		.selected_cat_link{
			color:#D4D307;
		}
		
		.inputField{
			width:148px;
			height:13px;
			border:1px solid #D4D408; 
			font-size:10px;
		
		}
		
		.inputSearch{
			width:100px;
			height:12px;
			border:0px solid #000; 		
			font-size:10px;				
		}
		
		.inputSelect{
			height:13px;
			border:1px solid #D4D408; 
			font-size:10px;
		
		}
		
		.inputTXT{			
			border:1px solid #D4D408; 
			font-size:10px;
		
		}
		
		.no_script{
			font-size:18px;
			color:#CC0000;			
			font-weight:bold;
		}
		
		.searchKey{
			font-size:15px;
			color:#FF9900;
			
		}
		#content{
			margin: auto auto;
			width:750px;
			height:auto;
			border-left:1px solid #CCCCCC; 
			border-right:2px solid #bbbbbb; 
			border-top:1px solid #CCCCCC;
			border-bottom:2px solid #bbbbbb;
			padding:20px;
			}
			
		#error{
			position:absolute;
			width:631px;
			height:18px;
			z-index:1;
			margin: auto auto;
			left: 333px;
			top: 28px;
		}
		#java_error{
			position:absolute;
			width:100%;
			height:18px;
			z-index:1;		
			left: 0px;
			top: 0px;
			background-color:#FFFFCC;
			border-bottom:1px solid #CCCCCC;
				}
			
		
