/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#calendar #calheader .calendarText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.dayText{
	font: bold medium "Times New Roman", Times, serif;
	color: #ffffff;
}
.cText2{
	font: bold small "Times New Roman", Times, serif;
	color: #000000;}
	
.style1{
	font-size: xx-large;
	color: #000000;
	font-weight: bold;
}	
	
.style2{
	font-size: x-large;
	color: #ffffff;
	font-weight: bold;
}	
	
	.style3 {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.style4 {font-size: x-small}



.style5{
	color: #ffffff;
	font-weight: bold;
	font-size: large;
}
.style6 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}