/* CSS Document */

A { 
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #6699cc; 
  text-decoration: none; 
}

A.visited {
  color: #6699cc;
}

A.smallText { 
  font-size: 9px;
}

A.NJmenuText {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height:18px;
}

A.NJmenuText:hover {
	color: #ffffff;
	text-decoration:underline;
}

A.NJNewsmenuText {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height:18px;
}

A.NJNewsmenuText:hover {
	color: #666666;
	text-decoration:underline;
}

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}

DIV.NJtopTabLeft	{
	height:20px;
	background-image:url(images/tab2left.png);
}

DIV.NJtopTabLeftOn	{
	height:20px;
	background-image:url(images/tab2left.active.png);
}

DIV.NJtopTabRight	{
	height:20px;
	background-image:url(images/tab2right.png);
}

DIV.NJtopTabRightOn	{
	height:20px;
	background-image:url(images/tab2right.active.png);
}

DIV.NJtopTab, .NJtopTabOn	{
	height:20px;
	background-image:url(images/tab2center.png);
}

DIV.NJtopTabOn	{
	background-image:url(images/tab2center.active.png);
}

DIV.NJtopNewsTabLeft	{
	height:20px;
	background-image:url(images/tabNEWSleft.png);
}

DIV.NJtopNewsTabLeftOn	{
	height:20px;
	background-image:url(images/tabNEWSleft.active.png);
}

DIV.NJtopNewsTabRight	{
	height:20px;
	background-image:url(images/tabNEWSright.png);
}

DIV.NJtopNewsTabRightOn	{
	height:20px;
	background-image:url(images/tabNEWSright.active.png);
}

DIV.NJtopNewsTab, .NJtopNewsTabOn	{
	height:20px;
	background-image:url(images/tabNEWScenter.png);
}

DIV.NJtopNewsTabOn	{
	background-image:url(images/tabNEWScenter.active.png);
}

DIV.NJtopTabOn A	{
	color:#ffffff;
	text-decoration:underline;
}

DIV.NJtopNewsTabOn A	{
	color:#666666;
	text-decoration:underline;
}
/*
DIV.NJtopTabOver	{
	height:20px;
	cursor: pointer;
	background-image:url(images/tab2.active.png);
}
*/
DIV.NJtabBody	{
	height:100%;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	border-top-width:1px;
	background-color:white;
	background-image:url(images/Loading-245x90.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.resultsRowOdd {
	background-color:#FFFFFF;
}

.resultsRowEven {
	background-color:#E9E9E9;
}

.copyright {
	font-size: 11px;
}
.largeText {
	font-size: 14px;
}