	BODY {	
			SCROLLBAR-FACE-COLOR: #99ABA6;
			SCROLLBAR-HIGHLIGHT-COLOR: #111111; 
			SCROLLBAR-3DLIGHT-COLOR: #666666; 
			SCROLLBAR-ARROW-COLOR: #84C8FF; 
			SCROLLBAR-DARKSHADOW-COLOR: #585D5A; 
			SCROLLBAR-BASE-COLOR: #999999 
		 }

	table	{	table-layout: auto;
				border: 0px;
				border-spacing: 0em;
				padding: 0em;
				margin-bottom: 0em;
				margin-top: 0em;
			}

	tr	{	text-align: left; vertical-align: top; }
	
	TD	{ font-family : Verdana; color : #333333; font-size : 11px; }

	.calTD	{	border: 1px solid black; }

	P	{
		font-family : verdana;
		color : #333333;
		font-size : 12px;
		}

	B	{
		font-family : verdana;
		color : #333333;
		font-size : 14px;
		}

	.calB	{	font-family : verdana;
				color : #000000;
				font-size : 16px;
			}

    A:LINK	{
			font-family : Verdana;
			color : blue;
			font-size : 11px;
			text-decoration : underline;
			}

	A:VISITED{
			font-family : Verdana;
			color : blue;
			font-size : 11px;
			text-decoration : underline;
			}

	A:ACTIVE{
			font-family : Verdana;
			color : blue;
			font-size : 11px;
			text-decoration : underline;
			}

	A:HOVER	{
			font-family : Verdana;
			color : #FF0000;
			font-size : 11px;
			text-decoration : underline; 
			/*background: black; */
			}

	.sideTable	{
					width: 10;
					background-color: #FBF6F6;
				}

	.mainTable	{
					background-color: #FFFFFF;
					padding-left: 10px;
					padding-top: 10px;
				}


	.weekend	{	background-color: #33CCAA;
					font-weight: bold;
			  
				}


	.weekday	{	color : #000000;
					font-weight: bold;
				}

	.dayName	{	background-color: #CBEDF8;
					font-weight: bold;
				}

	.meeting	{	background-color: #34C3FF; }

	.specialEvent	{
						background-color: #F5ED07;
					}

	.memberAndNonMemberEvent	{
									background-color: #31D007;
								}

	.memberEvent	{
						background-color: #FA4963;
					}


.textarea	{	
				/*background-color: #E6E6E6;*/
				/*background-color: #F2DFBD;*/
				/*background-color: #F2E8D6;*/
				background-color: #FFF9EE;
				
				color: #000000;
			}

.box	{
			border-color: black;
			border-width: 1px;
		}


/* This heading is used for the About us page */
.heading1	{
				background-color: #D8D8CB;
				font-family: verdana, helvetica, arial;
				font-size : 11px;
				font-weight: bold;
				color : #000000;
			}

.heading2	{
				font-family: verdana, helvetica, arial;
				font-size: 18px;
			}

.sections	{
				background-color: #F2F2F2;
				font-family: verdana, helvetica, arial;
				font-size : 11px;
				/*font-weight: bold;*/
				color : #000000;
			}
				
.text1		{
				font-family: verdana, helvetica, arial;
				font-size: 14px;
				color: #000000;
			}

.announcement	{
					font-family: verdana, helvetica, arial;
					font-size: 14px;
					font-weight: bold;
					color: #333333;
					text-decoration: none;
				}

.upcommingEvent	{ font-family: verdana, helvetica, arial; font-size: 12px; font-weight: bold; color: #333333; text-align: center; vertical-align: middle; }
		
