BODY {
	margin: 0px;
	padding: 0px;
	background-color: #555555;
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #eddf00;
}
a:visited {
	text-decoration: underline;
	color: #eddf00;
}
a:hover {
	text-decoration: underline;
	color: #eddf00;
}

a.menu {
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
}
a.menu:hover {
	color: #eddf00;
	text-decoration: none;
}
.menu_text {
	text-indent:20px;
}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.nav_header_text {
	font-weight: bold;
	color: #484848;
	font-size: 16px;
}
.yellow {
	color: #eddf00;
}
.grey {
	color: #8B8B8B;
}
.red {
	color: #FF5700;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #178DBF;
}
.green {
	color: #e8501e;
}
.black {
	color: #000000;
}
.px10 {
	font-size: 10px;
}
.px14 {
	font-size: 14px;
}
