body
{	background-color: #336699;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

.text	/* Used for text on pages */
{	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #333333;
}

.title	/* Used for titles */
{	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #000000;
	font-weight: bold;
}

.orange	/* The orange text */
{	font-size: 14px;
	color: #F6BD01;
	font-weight :bold;
	font-family: Tahoma, Arial;
}

.Lgtitle	/* Used for larger titles */
{	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #333333;
}

.copy	/* Used for copyright info */
{	font-family: Tahoma, Arial;
	padding-bottom:5px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

.blueHeader	/* Used for blue headers */
{	font-family: Arial;
	font-size:14px;
	color:#336699;
	font-weight:bold;
}

.link /* Used for links on the news page */
{	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #4E7AA4;
	text-decoration:none;
}

td.calenderl	/* Left side of calendar on news page */
{	background-color:#FAC720;
	padding-left: 10px;
	font-weight:bold;
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #333333;
}

td.calenderr	/* Used for text on pages */
{	background-color:#FEEA9B;
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #333333;
}

.quote	/* Used for quotes on testimonials page */
{	font-size: 14px;
	font-weight:bold;
	font-family: Tahoma, Arial;
	color: #333333;
}

.speaker	/* Used for quotes on testimonials page */
{	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #333333;
}