.txt, .instruct, .required, .strong, .nominal, .weak
{
	color: #555555;
	font-family: Verdana;
	font-size: 10px;
}
.cap, .capdk
{
	color: #DEDEFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height:20px;
}
.capdk
{
	color: #444499;
}
.instruct
{
	font-weight: bold;
	color: #5555AA;
	font-size: 10px;
	line-height: 20px;
}
.required
{
	color: #FF0000;
}
.intro
{
	color: #114477;
	font-family: "Times New Roman";
	font-size: 24px;
}
.entry
{
	width: 100px;
	font-size: 9px;
}
.entrylg
{
	width: 150px;
	font-size: 9px;
}
.invalid
{
	font-family: Arial;
	color: #990000;
	font-size: 9px;
	width: 80px;
	height: 24px;
}

.strong
{
	font-size: 9px;
	color: #00DD00;
}
.nominal
{
	font-size: 9px;
	color: #BBBB00;
}
.weak
{
	font-size: 9px;
	color: #DD0000;
}