@charset "iso-8859-1";
a:link
{
	color: brown; 
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
} 
a:active 
{
	color: red;
	text-decoration: none;
}

a:hover
{
	color: navy;
}

body
{
	font-family: "Times New Roman", Times, Garamond;
	background-color: #F1F2ED;
	color: #F1F2ED;
}
table
{
	table-border-width: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Bookman Old Style", Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(153,255,51); 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}

p {
	font-family: "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 20px;
}

.Normal {
	font-family:  "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 15px;
}

.NormalSmaller {
	font-family:  "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 15px;
 	font-weight: bold;
}


.NormalSmallerYet {
	font-family:  "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 12px;
 	font-weight: bold;
}

.NormalBigger {
	font-family:  "Bookman Old Style", "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 24px;
	font-weight: bold;
}

.ButtonSmall {
	font-family:  "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 12px;
 	font-weight: bold;
}

.Header {
	font-family: "Bookman Old Style", "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 20px;
	font-weight: bold;

}

.MainTitle {
	font-family:  "Bookman Old Style", "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 40px;
}

.ShadowMainTitle {
	font-family:  "Times New Roman", Times, Garamond;
	color: #CDC9CA;
	font-size: 60px;
}

.Note{
	font-family:  "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 15px;
	font-style: italic;
	font-weight:  bold;
}

.CalendarTable{
	border-color: maroon;
	color: maroon;
	border-width: medium;
	text-align: left;
	height: 98%;
	width: 98%;
	padding: 3px 3px 3px 3px;
	}

.CalendarHeader{
	text-align: center;
	height: 10%;
	width: 14%;
	padding: 3px 3px 3px 3px;
	background-color: #4E7DE0;
	font: normal normal normal 16 Arial, Helvetica, Sans-Serif;	
	font-color: #FFFFFF;
	color: #FFFFFF;
}

.CalendarEntry{
	text-align: center;
	font: normal normal normal 16 Arial, Helvetica, Sans-Serif;	
	font-color: maroon;
}

a.CalendarLink:hover
{
	background-color: #B5C9F2;
	font: normal normal bold Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}


a.CalendarLink
{
	font: normal normal bold Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}


.CalendarPopUpText {
	font-family:  "Times New Roman", Times, Garamond;
	color: #5B454A;
	font-size: 15px;
 	font-weight: bold;
}
