a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #666666;
	text-decoration:none;
	font-weight: 600;
    
}
a:hover {
	font-family: Tahoma, Arial;
	color: #000000;
	text-decoration: underline;
	font-weight: 600;
   
}
BODY {
	font-weight: normal;
	
}
TD {
	font-family: Tahoma, Arial;
	font-size: 13px;
    line-height:16px;
	color: #000000;
}

.menu {
	font-family: Tahoma, Arial;
	font-size: 14px;
    line-height:14px;
	color: #666666;
    font-weight:500;
    text-indent:40;
}

.indent {
    text-indent:15;
}

h4 {
   color: #000000;

 }

.px14 {
	font-size: 14px;
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}
.yellow {
	color: yellow;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.green {
	color: #306C3C;
}
.underline {
	text-decoration: underline;
}
.px11 {
	font-size: 11px;
}
