/* Title of documents*/

.InstututionHeading {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt; 
        color: black;
	font-weight: bold; 
	text-transform: uppercase;
	}

.DegreeAccademicSessionNames {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt; 
        color: black;
	font-weight: bold; 
	}

.Names {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt; 
        color: black;
	font-weight: normal; 
	}

.CourseTitle {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt; 
        color: black;
	font-weight: bold; 
	text-transform: uppercase;
	}

/* Body of text style*/

.Mainheading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	font-weight: bold; 
	text-transform: uppercase;
	}

.Subheading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	font-weight: bold;
	}

.SubSubheading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	font-weight: normal;
	text-decoration: underline; 
	}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: black;
        font-weight: normal;
        line-height: 1.1;
	}


