body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
	background-color: #e7e7ef;
}

.textbox {
	border: 1px solid #b8b8b8;
	padding-left: 5px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	}

.selectbox {
	border: 1px solid #b8b8b8;
	}

.cell {
	border: #b2b2b2 2px solid;
}

.label {
color: #878789;
font-family: Trebuchet MS;
font-size: 13pt;
}

.jlabel {
color: #878789;
font-family: MS PGothic;
font-size: 14pt;
font-weight: bold;
}

.menu {
 color: #ffffff;
 font-size: 14pt;
 font-family: Trebuchet MS;
}

.jmenu {
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
}

.tableHeader {
	color: #9c2926;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #91b746;
}

.greenButton {
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	font-family: Trebuchet MS;
	background-color: #91b746;
	border: none;
	padding: 2px;
	width: 60px;
}

.scheduleTableCell {
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.scheduleCell {
	font-size: 9pt;
	font-family: Trebuchet MS;
	font-weight: bold;
	background-color: #91b746;
	color: #ffffff;
	text-align: center;
}

.scheduleWeekday {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #9c2926;
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: bold;
}

.redText {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #9c2926;
}

.greenText {
	font-family: Trebuchet MS;
	font-size: 13pt;
	color: #91b746;
}

.redTextBold {
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: #9c2926;
	font-weight: bold;
}

a:link {color: #ffffff; text-decoration: none}
a:visited {color: #ffffff; text-decoration: none}
a:hover {color:#aec900}

a.blackLink:link {color: #000000; text-decoration: none;}
a.blackLink:visited {color: #000000; text-decoration: none;}
a.blackLink:hover {color: #000000; text-decoration: none;}

a.greyLink:link {color: #878789; text-decoration: none;}
a.greyLink:visited {color: #878789; text-decoration: none;}
a.greyLink:hover {color: #878789; text-decoration: none;}

a.redLink:link {color: #9c2926; text-decoration: none; font-weight: bold; font-size: 14pt;}
a.redLink:visited {color: #9c2926; text-decoration: none; font-weight: bold;  font-size: 14pt;}
a.redLink:hover {color:#aec900}

a.redLinkSmall:link {color: #9c2926; text-decoration: none; font-weight: bold; font-size: 12pt;}
a.redLinkSmall:visited {color: #9c2926; text-decoration: none; font-weight: bold;  font-size: 12pt;}
a.redLinkSmall:hover {color:#aec900}