*			/* default settings of text */ 
	{
    COLOR: #000000;
    FONT-FAMILY: "Verdana","Arial", "Arial Black";
    FONT-SIZE: 11px;
	}


BODY		/* default settings for the body tag */ 
	{
	margin:0px;
	}


TR, TD		/* default settings for TR & TD tags */ 
	{
	vertical-align:top;
	}


.redbold1	/* this class is used for the red headers on the left-bar under the Upcoming Events */ 
	{
	color:#8f0000;
	font-weight:bold;
	line-height: 25px;
	text-decoration:none;
	}


.redbold	/* this class is used for the red headers on a page */
	{
	color:#8f0000;
	font-weight:bold;
	text-decoration:none;
	}


.greyline	/* this class is used to generate the gray horizontal line */
	{
	height:1px;
	background-color:#828282;
	}


A			/* default settings for A tag */
	{
    	color:#8f0000;
	text-decoration:none;
	}

A:hover	/* settings for hover */
	{
	color:#8f0000;
	text-decoration:underline;
	}


A.white		/* this class is used for the links on the top navigation bar  */
	{
    	color: #ffffff;
    	font-family: "tahoma","verdana", "arial";
    	font-size: 11px;	
	text-decoration:none;
	}


A.white:hover	/* settings for hover */
	{
	color:red;
	text-decoration:none;
	}

.pad 			/* settings for image padding */
	{padding: 10px;} 
