body {
	font-family: Arial, sans-serif;
}

.CatTable {
	border: 1px ;*/
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

td {
	border: 1px;
}

th {
	/*border: 2px solid black;*/
}

.Rost-td {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
}

.Rost-th {
	border: 1px solid black;*/
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	text-decoration: underline;
}


h1 {
	/*border: 4px dashed blue;*/
}

hr {
	border-top: 1px solid lightgrey;
}

.st1 {
	text-align: center;
}

input[type="date"], input[type="time"], textarea {
	font-family: Arial, sans-serif;
 }

.CenterDiv { 
	display: flex; 
	justify-content: center 

}

/*  Report Styles */
.RptTitle {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: midnightblue;
	text-align: center;
}

.CourseTitle {
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	color: midnightblue;
}

.CourseLabel {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: midnightblue;
}

.Catalog {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: midnightblue;
}

.Catalog:hover {
	text-decoration: underline;
	color: blue;
}
.rptLabel {
	text-align: right;
}

.rptTable {
	border-spacing: 10px 5px;
}

.imageCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
/*  width: 50%; */
}

.imageCenterSmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; 
}