body		{	background-color: #006600;  background-image: url("images/events_background.gif");
			font-family: Verdana, Arial, Geneveva, Helvetica,sans-serif;
			font-size: 12px;
			color: white;
			font-weight: normal;
			font-style: normal
		}

.bold		{	font-family: Verdana, Arial, Geneveva, Helvetica,sans-serif;
			font-size: 12px;
			color: white;
			font-weight: bold;
			font-style: normal }

.small		{	font-family: Verdana, Arial, Geneveva, Helvetica,sans-serif;
			font-size: 9px;
			color: white;
			font-weight: normal;
			font-style: normal }

.pagetitle	{	font-family: Verdana, Arial, Geneveva, Helvetica,sans-serif;
			font-size: 10px;
			color: yellow;
			font-weight: bold;
			font-style: normal }

td		{	font-family: Verdana, Arial, Geneveva, Helvetica,sans-serif;
			font-size: 12px;
			color: white;
			font-weight: normal;
			font-style: normal }

b		{	font-weight: bold;
		}

a:link		{ color: yellow;
		text-decoration: underline;
		font-weight: bold;

		}

a:visited	{ color: silver;
		text-decoration: underline;
		font-weight: bold;
		}

a:active      { color: silver;
		text-decoration: underline;
		font-weight: bold;
	      }

a:hover		{ color: #ffcc33;
		text-decoration: underline;
		font-weight: bold;
		}


