td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #416A86;
}
.menu {
	color: #737373;
	text-decoration: none;
}
.menu:hover {
	color: #000000;
	text-decoration: none;
}
.about {
	color: #B7B7B7;
	text-decoration: none;
}
.about:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.yellow {
	color: #FFD92A;
	text-decoration: none;
}
.yellow:hover {
	color: #FFD92A;
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #B60000;
}
li {
	list-style-image: url(../images/bullet.gif);
}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #416A86;
	height: auto;
	width: 140px;
}
.inp2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #416A86;
	height: auto;
	width: 30px;
}
.black {
	color: #000000;
}
