a.title {
	color: #630;
	font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
}
    
.listing, p.listing {
    color: #666;
    font-size: 100%;
    line-height: 1.3em;
    margin: 0 0 -4px 0;
}

.descriptor  {
    color: #333;
    font-weight: bold;
    font-size: 90%;
}

.related  {
    padding-top: 10px;
    font-size: 95%;
}

.instruction {
	color: #666666; 
	font-size: 90%; 
	margin-top: 20px;
}

.subhead {
	font-size: 120%;
	font-weight: normal;
	color: #0062BF;
}

.caption {
	font-weight: normal;
	font-size: 90%;
	color: #ccc;
	text-decoration: none;
	padding: 6px;
	margin-bottom: 10px;
}

.allcaps {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.formfield  {
	background-color: #EEEEEE; 
	border: 1px solid #999; 
	width: 90px; 
	color: #000; 
	height: 13px; 
	font-size: 100%; 
	padding-left: 2px; 
	padding-top: 4px;
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 2px;
	width: 130px;
}

.formselect  {
	background-color: #EEEEEE; 
	border: 1px solid #999; 
	color: #000; 
	height: 20px; 
	font-size: 100%; 
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 2px;
}

