/* Overall Page Format */

/* form buttons */
.search{
   color:#330000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   font-weight:normal;}

/* text, links, bg */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
.link:link {
    font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.link:visited {
	text-decoration: none;
	color: #990000;
}
.link:hover {
	text-decoration: underline;
	color: #0099FF;
}
.link:active {
	text-decoration: none;
}
.undersearch {
	font-size: 8px;
	color: #000000;
	text-decoration: none;

}
.undersearch:link {
	font-size: 8px;
	color: #000000;
	text-decoration: none;

}
.undersearch:hover {
	text-decoration: none;
	color: #000000;

}
.undersearch:visited {
	text-decoration: none;
	color: #000000;
}
.updated {
	font-size: 10px;
	color: #666666;

}
.header {
    font-size: 14px;
	font-weight: bold;
	color: #999999;

}
.quotes {
    font-size: 10px;
	color: #FFFFFF;

}
.topdirect {
    font-size: 11px;
	color: #666666;

}
.topdirecthere {
    font-size: 11px;
	font-weight: bold;
	color: #666666;

}
