

body{
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: blue;
	text-decoration: none;
}

a:visited{
	color: black;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}


/************** header tag styles **************/

#h2{
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	border-bottom: medium solid Black;
}

#h25{
		color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

#h3{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

#bc{
		width: 253px;
		height: 144px;
	
}

/************** calendar tag styles **************/

.cal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-style: italic;
	font-weight: bolder;
	line-height: normal;
	vertical-align: bottom;
}

.cal1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: Red;
	text-align: left;
	line-height: normal;
	vertical-align: bottom;
}

.cal2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Blue;
	text-align: left;
	line-height: normal;
	vertical-align: bottom;
}

.cal3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	text-align: left;
	line-height: normal;
	vertical-align: bottom;
}

.cal4{
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
	
.cal5{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 115%;
	
}

/********* Table ***********/

.sun{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 100px;
}

.mon{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 102px;
}

.tue{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 102px;
}

.wed{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 102px;
}

.thur{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 102px;
}

.fri{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 102px;
}

.sat{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	width: 100px;
}

.wkend{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	height: 150px;
	width: 100px;
}

.wk{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	height: 150px;
	width: 102px;
}


.daytbl{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	height: 150px;
	width: 955px;
}

.daytbl2{
	display: block;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 20px;
	height: 200px;
}

