td {
	font-family: "verdana";
	font-size: 12px;
	color: #333333;
	line-height: 20px;

}
.fontTitle {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
.fontTitleWhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.fontTitleRed {
	font-size: 12px;
	font-weight: bold;
	color: #EE0000;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;

}

ul
{
	list-style-position: outside;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.menulist li {
	list-style-position: outside;
	list-style-type: none;
	line-height: 25px;
	background-image: url(bg_left.gif);
}