a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;

}
a:hover {
	color: #FF0000;

}
a:active {
	color: #990000;
	text-decoration: none;
}
.style1 {
	color: #B09D77;
}
.all {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.boldgrey   {
	font-weight: bold;
	color: #667882;
}
.grey {

	font-weight: normal;
	color: #667882;
}
.Iblue {
	font-style: italic;
	color: #03F;
}
.OP {
	color: #666;
	text-decoration: line-through;
}
.R1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #930;
	background-color: #FFC;
	border: thin dotted #00F;
}
.italicgray {
	font-style: italic;
	font-size: large;
	color: #333;
}
