﻿body {
	font-family: "bio-sans",sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F0F0F0;
	color: black;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-radius: 3px;
}

.Background {
	margin: auto;
	text-align: center;
	background-color: #F0F0F0;
}

.MainDivStyle {
	font-family: "bio-sans",sans-serif;
	font-weight: 400;
	text-align: center;
}

.CopyrightNotice {
	font-family: "industry",sans-serif;
	font-size: medium;
	text-decoration: none;
	color: black;
	font-weight: 700;
}

.CopyrightNoticeWithUnderline {
	font-family: "industry",sans-serif;
	font-size: medium;
	color: black;
	font-weight: 700;
}

.MainScheduleGridViewWidth {
	width: 960px;
	}

.SubjectSelectorDropDownlistWidth {
	width: 400px;
	}

.PrerequisitesWidth {
	width: 600px;
	}

.BackColorBlackish {
	background-color: #141414;
}

.BackColorBlackishLight {
	background-color: #141414;
}

