

/*Body*/

body {	color:#000000; 

		background-color:; 			

		margin:0px;

		padding:0px;	}

body.content {	color:#ffffff; 

		background-color:; 			

		margin:0px;

		padding:0px;	}

		

/*Here are our headers, they will control the headings for each content page. h1 will be the biggest, h2 will be a subheader and h3 will be a notes header*/

		

h1   {	

		font-size:19px;	

		font-weight:900;	

		color:#FFFFFF;	}

h2   {	font:bold 12px/14px verdana, arial, helvetica, sans-serif; color:#FFFFFF}

h3   {	font:italic 11px/13px verdana, arial, helvetica, sans-serif;	}



		

/*This is our events style sheet. This will make the events look pretty*/



table.events	 {  height:117px;	

					border-style:none;}

tr.event    	 {	height:20px; font:Verdana, Arial, Helvetica, sans-serif; color:#000000}

td.eventdate     {  font:9px verdana, arial, helvetica, sans-serif;	}

td.eventtime     {  text-align:center;	

					color:#0000FF; font:9px verdana, arial, helvetica, sans-serif;	}

td.eventvenue    {		

					border-style:none;	padding:0px; text-align:center; color:#FF0000; font:9px verdana, arial, helvetica, sans-serif;	}

td.eventplace    {			

					border-style:none; padding:0px; text-align:center; font:9px verdana, arial, helvetica, sans-serif;	}

					

/*This is the second events css required for the full events view*/



table.eventsful	   {		

					    height:100%;	

						border-style:none; font:11px verdana, arial, helvetica, sans-serif;	}

tr.eventful    	   {	height:20px; font:Verdana, Arial, Helvetica, sans-serif; 

						font-size:9px; 

						color:#000000; font:11px verdana, arial, helvetica, sans-serif;	}

td.eventdateful    {    border-style:none; 

						padding:0px; 

						text-align:center; font:11px verdana, arial, helvetica, sans-serif;	}

td.eventtimeful    {    text-align:center;	

						color:#0000FF; font:11px verdana, arial, helvetica, sans-serif;	}

td.eventvenueful   {	border-style:none;	

						padding:0px; 

						text-align:center; 

						color:#FF0000; font:11px verdana, arial, helvetica, sans-serif;	}

td.eventplaceful   {	border-style:none; 

						padding:0px; 

						text-align:center; font:11px verdana, arial, helvetica, sans-serif;	}

						

/*This is the Links style sheet*/



a         {	color:#0000ff;	

			font-size:11px;	

			font-family:verdana, arial, helvetica, sans-serif;		

			text-decoration:none;   }

a:link    {	color:#000000;}

a:visited {	color:#000000;}

a:hover   { text-decoration:underline; text-decoration:underline;} 

a img 	  {	border:none; 	}