.BODY-RED{     
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #FF0000;
}
.black-ribbon {   position: fixed;   z-index: 9999;   width: 70px; }
@media only all and (min-width: 768px) { .black-ribbon { width: auto; } }
.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0;
}
.BODY-RED-BOLD{
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.BODY-BLACK {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #666666;
}
.BODY-BLACK-BOLD {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.BODY-BLACK-ITALIC {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-style: italic;
	color: #333333;
}
.BODY-White{     
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
.BODY-White-BOLD{
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
A {     
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	Color : #FF9900;
	font-weight: bold;
	text-decoration : none;
}
A:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	Color : #FFCC00;
	font-weight: bold;
	text-decoration : none;
}
img {
  border: 0px;
}