	body{
		margin:0px;
		background:#000000;
		font-family: verdana, tahoma, arial;
		font-size:11px;
		color:#FFFFFF;
	}
	td.header{
		background:url(/graphics/header.png); 
		width:600px; 
		height:150px;
	}
	td.header-right{
		width:300px; 
		height:150px;
	}
	td.header-bottom{	
		background:url(/graphics/header-bottom.png); 
		width:600px; 
		height:7px;
	}
	td.header-bottom-right{
		background:url(/graphics/header-bottom-right.png); 
		width:300px; 
		height:7px;
	}
	td.content{	
		background:url(/graphics/content.png); 
		width:600px; 
		height:400px;
		vertical-align:top;		
	}
	td.menu{	
		background:url(/graphics/menu.png); 
		width:300px; 
		height:400px;
		vertical-align:top;
	}
	td.content-bottom{
		background:url(/graphics/content-bottom.png); 
		width:600px; 
		height:9px;
	}
	td.menu-bottom{
		background:url(/graphics/menu-bottom.png); 
		width:300px; 
		height:9px;
	}
	td.content{
		color:#000;
	}
	td.content a{
		color:#FF8A00;
		text-decoration:none;
		border-bottom:1px solid #FF8A00;
	}
	td.content a:hover{
		color:#000;
		text-decoration:none;
		border-bottom:1px solid #FF8A00;
	}
	h1{	
		padding-top:0px;
		color:#FF8A00;	
		font-size:20px;
		font-style:italic;
		letter-spacing:-0.3px;
	}
	h3{	
		padding-top:0px;
		color:#FF8A00;
		font-style:italic;
		font-size:16px;
	}
	a{	
		color:#FF8A00;
		text-decoration:none;
		border-bottom:1px solid #FF8A00;
	}
	a:hover{
		color:#FFFFFF;
		text-decoration:none;
		border-bottom:1px solid #FF8A00;
	}
	input, textarea{
		font-family: verdana, tahoma, arial;
		font-size:11px;
		background:#FFF;
		border:1px solid #FFE2BF;
		padding:5px;
	}
	input:focus, textarea:focus{
		border:1px solid #FF8A00;
	}
