td, tr, textarea, select, input, a, p, caption {
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}

.button {
	font-family: Arial;
	font-size: 11px;
	cursor: hand;
	height: 20px;
	margin: 0px;
}

a:hover {
	text-decoration : underline;
}

a {
	text-decoration : underline;
}

form {
	margin: 0px;
}

legend {
	color: blue;
}

.banner {
	font-family: verdana;
	font-size: 18px;
	line-height: 18px;
	background-color: #ffffff;
}

.col {
	background-color: #E3464A;
	color: white;
	font-weight: bold;
}

.listcol1 {
	background-color: #e6e6e6;
}

.listcol2 {
	background-color: #f0f0f0;
}

.border {
	border: 1px solid black;
}

.head {
	font-size: 18px;
	font-weight: bold;
}

.day {
	background-color: white;
	font-weight: bold;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

.day-selected {
	background-color: #deefff;
	font-weight: bold;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

.today {
	background-color: #ffffff;
	font-weight: bold;
	color: #02cbf7;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

.td {
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}
	
.table {
	border-top: 1px solid Black;
	border-left: 1px solid Black;
}