.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3164FE;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.dateHours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.homeTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #3164FE;
}
.homeTableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.homeTable a:link {
	color:#3164FE;
	text-decoration: none;
}
.homeTable a:visited {
	color:#3164FE;
	text-decoration: none;
}
.homeTable a:hover {
	color:#AA7F27;
	text-decoration: none;
}
.homeTable a:active {
	color:#3164FE;
	text-decoration: none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3164FE;
}
.links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3164fe;
	text-decoration: none;
	font-weight: normal;
	}
.links a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-stype: normal;
	color:#AA7F27;
	text-decoration: none;
	font-weight: normal;
	
}
	
}
.bodytextsize12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	
}
.bodytextsize16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.bodytextsize14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.linksforsubjects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3164fe;
	text-decoration: none;
	font-weight: normal;
}
.bluebodytextsize12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3164FE;
}
.homepage  {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #3164FE;
 text-decoration: none;
}

.homepage a:link {
 color:#3164FE;
 text-decoration: none;
}
.homepage a:visited {
 color:#3164FE;
 text-decoration: none;
}
.homepage a:hover {
 color:#D19C34;
 text-decoration: none;
}
.homepage a:active {
 color:#3164FE;
 text-decoration: none;
}

/**************************************************************/
/*** The following style settings control the event display ***/
/**************************************************************/
/* The examples only show basic manipulation of the data. */
/* Addtional style attributes such as color, background, etc can also be applied */

/*** eventsinfo class - style for events container (could be set to auto scroll ***/
/* tinycal_nav */
/* tinycal_left */
/* tinycal_date */
/* tinycal_right */
/* tinycal */
/* tinycal_weekday */
/* tinycal_day */
/* tinycal_current_day */
/* tinycal_blank */

/* First Calendar Example - Adjusts to container (table or div) size 100% wide */

/* Second Calendar Example - Fixed at 100px wide*/
.eventstinycal2
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:147px;
	width:156px; /* Controls width of callendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:10px;
	border:1px solid black;
	
}
.eventstinycal2 #tinycal_date
{
	text-align:center;
	font-size:12px;
	color:blue;
}

.eventstinycal2 #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal2 #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#84E6FF;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal2 #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#3164FE;
	background-color:3164FE;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal2 #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#FFFFFF;
	background-color:#F0F0F0;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal2 #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#800040;
	background-color:#00FFFF;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal2 #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:#D19C34;
	border:1px solid #000000;
}
