.njLayout { 
    font-family:Trebuchet, Trebuchet MS, Verdana, Arial; 
	line-height: 16px; }
h4 {
	font-size: medium;
	font-weight: bold;
	color: #00C1C1;
}
p {
	font-size: small;
}
h2 {
	font-size: large;
	color: #008080;
}
h3 {
	font-size: medium;
	font-weight: bolder;
	color: #8080FF;
	line-height: 18px;
}
li {
	font-size: small;
}
a:link {
	color: #38CCCD;
	text-decoration: none;
}
a:hover {
	color: #8080FF;
	text-decoration: underline;
}
a:visited {
	color: #008080;
	text-decoration: none;
}
a:active {
	color: #00C1C1;
	text-decoration: none;
}

a.hidden {
  color: #666699;
  text-decoration: none;
}
a.hidden:link {
  color: #666699;
  text-decoration: none;
}
a.hidden:visited {
  color: #666699;
  text-decoration: none;
}
a.hidden:hover {
	color: #666699;
	text-decoration: none;
}
a.hidden:active {
  color: #666699;
  text-decoration: none;
}

h1 {
	font-size: x-large;
	color: #6600CC;
	line-height: 22px;
}
.formTitle {
	font-size: 12px;
	font-weight: bold;
	color: #6600CC;
	text-align: right;
}
.formText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.formLabels {

	font-size: 12px;
	font-weight: bold;
	color: #6600CC;
	text-align: right;
}
