/* CSS Document */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
.boldred{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}
.boldredlarge{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}
.boldredxlarge{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FF0000;
	font-weight: normal;
	font-style: italic;
}
.italics{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

