/* NSCZ InHouse Productions:  styles (blue skin)
** author: steve cassidy
** date: jan 2003					*/


body		{	background-color:	#202020;
				font-family: arial;
				font-size:	11;
				color:	#eaeaea;
				margin-left: 2;
			}
			/* body color is a dark grey with light grey font */
				
td		{	font-size: 11;
		}

/* link colors are set below */
a		{ text-decoration: none;
			font-size: 11;
			font-family: arial;
		}

a:link	{ color: #ffffff 
		}
		/* white */

a:visited	{ color: #ffffff;
			}
			/* white */

a:hover	{ color: #ff9933;
		 
		}
		/* orange */

img		{	border: 0;
		}