.calendar 
{
 margin-left:50px;
}
.DayNumber
{
	font-weight: bold;
	font-size:small;
	font-family: Verdana, Helvetica, sans-serif;
	color:#0067A2
}

.CalendarTable
{
	background-color: #0067A2;
	border-width:medium;
	border-style:groove;
	border-top-color:#DDEEFF;
	border-left-color:#DDEEFF;
	border-right-color:#0067A2;
	border-bottom-color:#0067A2;
}

.DaysHeader
{
	text-align:center;
	background-color:#0067A2;
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:medium;
	color:#DDEEFF;
	border-bottom-color:Black;
	border-bottom-width:thick;
	border-bottom-style:solid;
	border-left-color:Blue;
	border-left-width:thin;
	border-left-style:inset;
	border-right-color:Blue;
	border-right-width:thin;
	border-right-style:inset;
}

A.EventItem:link
{
	text-decoration:none;
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	font-size: x-small;
	font-weight:normal;
	color:black;
	margin-left: 5px;	
}

A.EventItem:active
{
	text-decoration:none;
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	font-size: x-small;
	font-weight:normal;
	color:black;
	margin-left: 5px;	
}

A.EventItem:visited
{
	text-decoration:none;
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	font-size: x-small;
	font-weight:normal;
	color:black;	
	margin-left: 5px;
}

A.EventItem:hover
{
	text-decoration:none;
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	font-size: x-small;
	font-weight:bold;
	color:blue;	
	margin-left: 5px;
}

