@charset "utf-8";
/* CSS Document */

.new {
	color: #F00;
	text-decoration: underline;
}
.bluelink {
	color: #00F;
	text-decoration: underline;
}
.blacktext {
	color: #000;
}
.blackunderline {
	color: #000;
	text-decoration: underline;
}
.largefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.darkblueul {
	color: #006;
	text-decoration: underline;
}
.bluedark {
	color: #006;
}
.ouch {
	color: #609;
}
.rdark {
	color: #DC0E03;
}
.rlite {
	color: #FFF;
	font-style: normal;
}
.newbtn {
	color: #FFF;
	background-color: #3A1ABD;
}

