A {
	text-decoration: none; 
	color : #3B5548; 
	font-weight : bold;
}
A:visited{
	text-decoration: none;
	color: #3B5548;
	font-weight : bold;
}
A:hover {
	color: #D69C29; 
	text-decoration: underline; 
	font-weight : bold;
}
TD {
	font-weight : 500;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000; 
	font-variant: normal
}
.required{
	color: #D69C29;
	font-weight : bold;
}
.menuDark{
	color: #ffffff;
	font-weight : bold;
	font-size: 10px;
}
.menuLink{
	color: #D69C29;
	font-size: 14px;
	font-weight : bold;
}
.menuLink:visited{
	color: #D69C29;
	font-size: 14px;
	font-weight : bold;
}
.menuLink:hover{
	color: #9C988D;
	font-size: 14px;
	font-weight : bold;
}

