BODY {
	 FONT-SIZE: 8pt; COLOR: #dddddd; FONT-FAMILY: Verdana, Helvetica, Arial; BACKGROUND: #000000; MARGIN: 5px 15px 5px 5px;
	 
}
TABLE {
	 FONT-SIZE: 8pt; FONT-FAMILY: Verdana, Helvetica, Arial;
}
TD {
	FONT-SIZE: 8pt; COLOR: #dddddd
}

#but {
	FILTER: blendTrans(duration=0.650)
}

A:link {
	COLOR: #ff922e;
	text-decoration: none;
}
A:visited {
	COLOR: #ff922e;
	text-decoration: none;
}
A:active {
	COLOR: #6874e0;
	text-decoration: none;
}
A:hover {
	COLOR: #ff4000;
	text-decoration: none;
}


A:link.menu {
	COLOR: #ffffff;
	text-decoration: none;
}
A:visited.menu {
	COLOR: #ffffff;
	text-decoration: none;
}
A:active.menu {
	COLOR: #ffffff;
	text-decoration: none;
}
A:hover.menu {
	COLOR: #6868e0;
	text-decoration: none;
}


.header {
	font-family: Trebuchet MS, Verdana;
	font-size: 11pt;
	color: #ffffff;

}

.text8 {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}

.text8b {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
}


.text8white {
	font-family: Verdana;
	font-size: 8pt;
	color: #ffffff;
}

.text10 {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

.text12 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

.text10p {
	font-family: Arial;
	font-size: 10pt;
	color: #ffbf00;
}

.text10b {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}


/* LOGO AND NAVIGATION */

#logo {
	position: relative;
	height: 48px;
	border-bottom: solid 1px #b97955;
	background-image: url(/images/nuty_bg2.gif);
	background-repeat: no-repeat;

}

#navigation {
	position: relative;
	top: 40px;
	right: 0;
	/* margin: 20px 0 0 0; */
	width: 100%;
	height: 25px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 40px;
	margin-bottom: 5px;
}

#navigation ul li {
	float: right;
	margin: 0;
	margin-left: 6px;

}

#navigation a,
#navigation a:visited {
	float: left;
	font-family: Arial;
	font-size: 13px;
	color: #f2e1c5;
	text-decoration: none;
	display: block;
	text-transform: lowercase;
	padding: 0;
	margin: 0 4px;
}

#navigation a:hover,
#navigation a.active {
	border-bottom: solid 5px #fbab16;
}

