td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.nav {
	color: #DDDDDD;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bold {
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	color: #CCCCCC;
}
.large {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
ul {
	list-style-image: url("/images/bullet.gif");
}