﻿/* Calendar.css */
.DateStyle
{
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	color: blue;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.MeetingStyle
{
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	color: red;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: center;
}
.HolidayStyle
{
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	color: red;
	font-style: italic;
}
.NoteLineOneStyle
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: black;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: center;
}
.NoteLineTwoStyle
{
	font-family: Arial;
	font-size: large;
	font-weight: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.SpecialDayStyle
{
	font-family: Arial;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}