BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

H1 {
	font-size: x-large;
}

H2 {
	font-size : large;
}

H3 {
	font-size : medium;
}

H4 {
	font-size : x-small;
}

.cellHdr {
	height: 20pt;
	font-weight : bold;
	font-size:x-small;
	padding-left: 5px;
	padding-right: 0px;
}

.cellComment {
	height: 20pt;
	font-size:xx-small;
	padding-left: 5px;
	padding-right: 0px;
}

.cellSubHdr {
	font-size:xx-small;
	padding-left: 0px;
	padding-right: 5px;
}

.input {
	
}

.inputDate {
	text-align: center;
	font-size: 9pt;
	font-weight : bold;
}

.scheduleDay {
	height: 20pt;
	font-weight : bold;
	font-size:x-small;
	padding-left: 5px;
	padding-right: 5px;

	
}

.sectionHdr{
	font-size : 12pt;
	font-weight : bold;
}

.separator {
	border-bottom :  solid-1pt ;
}

.tableComment {
	background: #F0F8FF;;
	font-size:xx-small;
	padding-left: 5px;
	padding-right: 0px;
}

