body {
	color: #333333;
	font-family: Arial, Helvetica, Tahoma,;


}
.fontFace {
	font-family: Arial, Helvetica, Tahoma, "Microsoft Sans Serif", "MS Sans Serif", Verdana, "MS Reference Sans Serif";
}
.grayText {
	color: #333333;
}
.ffLogobody {
	font-family: ModernBlck, GenevaBlck, "Arial Black";
	text-transform: uppercase;

}
.pantoneText {
	color: #F7A30A;
}
.uppercase {
	text-transform: uppercase;
}
.smlIndent {
	text-indent: 10px;
}
ol {
	font-size: 13px;
}
p {
	font-family: "Arial";
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;

}
.indentSides {
	padding-right: 10px;
	padding-left: 10px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
td {
	text-align: left;
	vertical-align: top;
}
.cellMiddle {
	vertical-align: middle;
}
blockquote {
	margin-right: 10px;
	margin-left: 10px;

}

#box{ width: 500px;
	  height: 700px;
	  border: solid 1px;
	  margin: 5 auto;
	  background-image: url(bg_advisory.jpg);
	  background-repeat: no-repeat;
	  background-position: center;
	
}

.alert {
 background: #fff200;
 }
 .alertimg {
  margin-top: 8px;
 }