a {
	font-family: Tahoma, Arial;
	color: #5D5D5D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #CC2300;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
#links {
	position:relative;
	/* height:93px; */
	margin:40px 0 40px 0;
	padding:0px;
}
#links a {
	background:url(images/menu_link.jpg) repeat-x;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding:40px 14px 40px 14px;
}
#links a:hover {
	background:url(images/menu_hover.jpg) repeat-x;
}
BODY {
	font-weight: normal;
	background-color: #6D6D6D;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #4D4D4D;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #78BDEB;
}
.red {
	color: #C5150C;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #878787;
}
.green {
	color: #6CAC10;
}
.orange {
	color: #FF9C00;
}
.yellow {
	color: #FFB200;
}
.black {
	color: #000000;
}
