html, td, input, select, textarea
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;

}
b
{
	font-size: 14px;
}
h1
{
	font-size: 18px;
	font-family: Georgia;
	height: 25px;
	color: black;
	width: 400px; 
	background: url('images/hr.gif') no-repeat; 
}
ul
{
	list-style-image: url('images/li.gif'); 
}
li
{
	margin-top: 10px;
}
a
{
	color: #000099;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.small
{
	font-size: 11px;
	color: #9999FF;
}
.menu
{
	color: gray;
	font-size: 14px;
	font-weight: bold;
	text-d
}
.border
{
	border-collapse: collapse;
	border-top: 0px solid white;
	border-bottom: 1px solid #CCCCFF;
	border-left: 0px solid white;
	border-right: 0px solid white;
}