/* basic tags */
	a {
		color : #000;
		text-decoration : none;
	}
	a:hover {
		color : #ff0000;
		text-decoration : underline;
	}
	body {
		background : #a0a0a0 url(images/layout/bg.png) repeat-x fixed top left;
		color : #000;
		font : 12px Arial, sans-serif;
		margin : 5px;
		padding : 0;
		text-align : left;
	}
	form {
		margin : 5px 0 3px;
	}	
	img {
		border : 0;
		margin : 2px;
	}
	table {
		border-spacing : 5px;
		empty-cells : show;
		table-layout : fixed;
		width : 100%;
	}
	td { 
		vertical-align : top;
	}
/* classes */
	.NCFCcontent {
		margin : 0;
		padding : 5px;
		text-align : left;
	}
	.NCFCboothbox {
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#fff;
		border : 2px solid #000;
		margin : 0;
		padding : 5px;
		text-align : center;
		width : 225px;
	}
	div.NCFCboothbox > a:first-child {
		display:inline-block;
		height:150px;
		margin-bottom:3px;
	}
	.NCFCboothcat {
		background:url(images/categories/cattile.png) transparent repeat-x 3px 7px;
		height:76px;
		margin:0;
		padding:0;
		width:100%;
	}
	.NCFCboothdesc {
		height : 150px;
		overflow : hidden;
	}
	.NCFCboothcatimage {
		height:50px;
		margin:11px 20px 15px 15px;
		width:400px;
	}
	.NCFCboothcattitle {
		background:url(images/categories/catbg.png) transparent repeat-x center left;
		height:76px;
		margin:0 auto;
		width:435px;
	}
	.NCFCboothimage {
		border:1px solid #000;
		max-height:150px;
		max-width:215px;
		vertical-align:middle;
	}
	.NCFCboothlink {
		height:45px;
		overflow : hidden;
		width:100%;
	}
	.NCFCbigtext {
		font-size:18pt;
	}
	.NCFCeventtable {
		background: #fff;
		border: 1px solid #000;
		width: 100%;
	}
	.NCFCeventtable td {
		border: 1px solid #000;
		text-align: center;
	}
	.NCFCfooter {
		margin : 0;
		padding : 0 5px 10px 5px;
		text-align : center;
	}
	.NCFCfooterline {
		background : #000;
		border : 0;
		color : #000;
		height : 1px;
		margin-bottom : 10px;
		width : 100%;
	}
	.NCFChead {
		margin : 0;
		padding : 0;
	}
	.NCFClogo {
		background : url(images/layout/banner.png) no-repeat top center;
		height : 196px;
		padding : 2px;
		text-align : center;
	}
	.NCFCnav {
		border : 1px solid #000;
		display : table;
		margin : 0 -1px;
		overflow : hidden;
		padding : 0;
		width : 100%;
	}
	.NCFCnavlink {
		background : #ebebeb url(images/layout/navgrad.png) repeat-x 0 0;
		border-left : 1px solid #000;
		display : table-cell;
		margin : 0;
		padding : 2px;
		text-align : center;
		width : 12.5%;
		white-space : nowrap;
	}
	.NCFCnavlink:first-child {
		border-left : 0;
	}
	.NCFCnavlink:hover {
		background : #ebebeb url(images/layout/navgrad.png) repeat-x 0 -75px;
		color : #000;
		text-decoration : none;
	}
	.NCFCtitlebar {
		background : #ff0000 url(images/layout/titlegrad.png) repeat-x top left;
		border : 1px solid #000;
		color : #fff;
		margin : 0;
		padding : 3px;
		text-align : left;
		text-decoration : none;
	}
	.NCFCtitlebar a  {
		color : #fff;
	}
	.NCFCtitlebox {
		border : 1px solid #000;
		border-top : 0;
		margin : 0;
		padding : 5px;
	}
	.NCFCwrapper {
		background : #ebebeb;
		border : 1px solid #000;
		height : 100%;
		max-width : 1024px;
		min-width : 965px;
		margin : 0 auto 0 auto;
		padding : 0;
		width : 100%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
	.trow2 {
		background:#ddd;
	}