/* CSS Document */
.greyText {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #666666;
	font-size: x-small;
}

.boldText {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #666666;
	font-size: x-small;
	font-weight:bold;
}
.redText {
	color: #CC0000;
}
.blueText {
	color: #0804B0;
}
.greenText {
	color:#006600;
}
blockquote {
font-style:oblique;
}
ul {
font-size:small;
text-decoration:none;
}
