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