﻿	.MainArea {
		color: white;
		font-weight: bold;
		background-color: blue;
	}

	.MainText {
		font-weight: bold;
	}

	.Heading{
		font-size:20px;
		font-style:italic;
	}
	
	.SubHeading { 
		color: white;
		font-size:16px;
		background-color: black;
		font-weight: bold;
	}

h4 {
	margin-bottom:0px;
}
h1 {
	margin:0px;
}

/* Used on the Full Detail, Prof and Prog Reports */
	.ReportLabel {
		font-style: italic;
		font-size: 10pt;
		color: gray;
	}
	
	.ReportData {
		font-size: 12pt;
	}
	
	.LargeText {
		font-size: 18px;
	}

	.KeepTogether {
		page-break-before: avoid;
	}
	
	.ProfLabel {
		background-color: yellow;
		font-size:12pt;
		font-style:italic;
		color: navy;
		text-align: center;
		font-weight: bold;
	}
	
	.ProfData {
		color: black;
		font-size: 10pt;
		text-align: center;
	}
	
	.Course-HeadLine {
		font-size: 8pt;
		background-color: white;
		color: black;
	}
	
	.CharacterHeading {
		background-color: black;
		color: silver;
	}
	
	.FormLabel {
		font-weight: bold;
		font-size: 10pt;
	}

	.SchoolFormLabel {
		font-style: italic;
		font-size: 10pt;
		color: black;
	}

	.SchoolFormLabel2 {
		font-weight: bold;
		font-size: 8pt;
	}
	
	.SchoolFormField {
		font-size: 8pt;
		font-style: normal;
	}
	
	.SchoolFormData {
		font-size: 10pt;
		color: blue;
		font-weight: normal;
	}

	.ProgramFormLabel {
		font-weight: bold;
		font-size: 8pt;
	}
	
	.ProgramFormField {
		font-size: 8pt;
	}
	
	.ProgramFormData {
		font-size: 10pt;
		color: blue;
		font-weight: normal;
	}

	.ProgramFormDetail {
		font-size: 8pt;
	}
	
	.CourseFormLabel {
		font-weight: bold;
		font-size: 8pt;
	}
	
	.CourseFormField {
		font-size: 8pt;
	}
	
	.CourseFormData {
		font-size: 10pt;
		color: blue;
		font-weight: normal;
	}
	
	.TeacherFormLabel {
		font-weight: bold;
		font-size: 8pt;
	}
	
	.TeacherFormField {
		font-size: 8pt;
	}
	
	.TeacherFormData {
		font-size: 10pt;
		color: blue;
		font-weight: normal;
	}
	
	.FormDetail {
		font-size: 10pt;
	}
	
	.right-nav {
		font-size: 9pt;
	}
	.right-nav td {
		padding:2px 0px 2px 0px;
	}

	.ParentHeader {
		font-weight: bold;
		font-size: 12pt;
	}
	
	.H12 {
		color: #008000; 
		font-size: 120%; 
		font-weight: bold;
		margin-bottom: 0;
	}

	.AltRow {
		background-color: #FFFF66;
	}
	.SchoolHeader {
		color: white;
		font-family: arial;
		font-weight: bold;
		background-color: navy;
	}
	
	.ProgramHeader {
		color: white;
		font-family: arial;
		font-weight: bold;
		background-color: navy;
	}

	.TeacherHeader {
		color: white;
		font-family: arial;
		font-weight: bold;
		background-color: maroon;
	}
	
	.CourseHeader {
		color: white;
		font-family: arial;
		font-weight: bold;
		background-color: #ff3300;
	}
	
	#MainContent {
	width:619px;
}
#RightContent {
	display:none;
}
#ReturnToFullColor {
	right:10px;
}

