body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	margin-top: 10px;
}
.header {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold
}
.header a:link      { text-decoration:  none;color:#666666 ;}
.header a:active    { text-decoration:  none; color : #666666;}
.header a:visited   { text-decoration: none; color : #666666;}
.header a:hover	   { text-decoration: none; color:#000000;}

.title {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold
}
.title a:link      { text-decoration:  none;color:#666666 ;}
.title a:active    { text-decoration:  none; color : #666666;}
.title a:visited   { text-decoration: none; color : #666666;}
.title a:hover	   { text-decoration: none; color:#000000;}
.listing {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.listing a:link      { text-decoration:  none;color:#FFFFFF ;}
.listing a:active    { text-decoration:  none; color : #990000;}
.listing a:visited   { text-decoration: none; color : #990000;}
.listing a:hover	   { text-decoration: none; color:#000000;}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	}
	
.menu a:link      {
	text-decoration: none;
	color: #000000;
}
.menu a:active    {
	text-decoration: none;
	color: #000000;
}
.menu a:visited   {
	text-decoration: none;
	color: #000000;
}
.menu a:hover	    {
	text-decoration: none;
	
	color:#999999;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left-width: thin;
	border-left-style: dotted;
	color: #FFFFFF;
	border-left-color: #999999;
}
	
.foot a:link      {
	text-decoration: none;
	color: #FFFFFF;
}
.foot a:active    {
	text-decoration: none;
	color: #FFFFFF;
}
.foot a:visited   {
	text-decoration: none;
	color: #FFFFFF;
}
.foot a:hover	    {
	text-decoration: none;
	color:#999999;
}
.small {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.small a:link      { text-decoration:  none;color:#FFFFFF ;}
.small a:active    {
	text-decoration:  none;
	color : #FFFFFF;
}
.small a:visited   {
	text-decoration: none;
	color : #FFFFFF;
}
.small a:hover	   {
	text-decoration: none;
	color:#999999;
}

.nitanetworkbox {
	width: 160px;
	background-color: #FFFFFF;
	border: 0;
}
.nitanetworkhead {
	width: 160px;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nitanetwork {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 160px;
}
.nitanetwork a:link {
	color: #0066FF;
}
.nitanetwork a:visited {
	color: #0066FF;
}
.nitanetwork a:hover {
	color: #660000;
}
.nitanetwork a:active {
	color: #000000;
}
