body	{
	font-family: "Times New Roman", Times, serif;
	color: Black;
; font-size: 14px
}
p, li{
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
}
A {
	color: #990000;
	text-decoration: underline;
}

A:Hover {
	text-decoration: none;
	color: #000000;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	color: #900;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	color: #990000;
}
.member {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	color: #000000;
	background: #fc6;
}
.bus_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
}
}
.small{
	font-family: "Times New Roman", Times, serif;
	font-size:  9px;
; color: #000000
}
li{
	list-style: square;
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
}.line {  text-decoration: underline}

input {
	border : thin groove #036;
; font-family: "Times New Roman", Times, serif
; font-size: 14px
}
.dot_border{
	border : thin dotted Black;
}
.dash_border{
	border : thin dashed Black;
}

dd { 
	/* redundant selectors to help NS4 not forget */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
; color: #000000 } 
div { 
	/* redundant selectors to help NS4 not forget */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
 } dl { 
	/* redundant selectors to help NS4 not forget */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
 } dt     { 
	/* redundant selectors to help NS4 not forget */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
 } td { 
	/* redundant selectors to help NS4 not forget */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
 } th { 
	/* redundant selectors to help NS4 not forget */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
 } 