body {
	font-family: "Times New Roman";
	font-size: 13px;
}

h1 {
	font-size: 15pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 13pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #CC0066;
}

a:active {
	color: #0066CC;
	text-decoration: none;
}

.bold-red {
	font-weight: bold;
	color: #AA0000
}
.bold-blue {
	font-weight: bold;
	color: #0000AA
}
.bold-green {
	font-weight: bold;
	color: #00AA00
}
.paragraph {
	font-size: 12pt;
	text-indent: 0in;
	text-align: justify;
	margin-bottom: 6pt;
	margin-top: 3pt;
}

.courseListItem {
  	font-size: 12pt;
    text-align: justify;
    text-indent: 0in;
    margin-bottom: 6pt;
    margin-top: 0pt;
}

.courseTitle {
	font-size: 22pt;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 5pt;
}

.courseSubtitle {
	font-size: 16pt;
	margin-top: 0pt;
	margin-bottom: 4pt;
}

.headerFields {
	font-size: 14pt;
	margin-top: 0pt;
	margin-bottom: 4pt;
}

.syllabusSectionTitle {
	border-style: solid;
	border-color: #000000;
	border-width: 1.0pt;
	padding: 4pt 4pt 4pt 4pt;
	background-color: #244061;
	font-size: 13pt;
	font-weight: bold;
	color:white;
	text-transform: uppercase;
	margin-left: 0pt;
	margin-top: 12pt;
	margin-bottom: 6pt;	
}

.blueTableHeader {
	font-size: 12pt;
	border-top: solid #4F81BD 1pt; 
	border-left: solid #4F81BD 1pt; 
	border-bottom: solid #4F81BD 1pt; 
	border-right: solid #4F81BD 1pt; 
	background: #4F81BD;
	padding: 0pt 5.75pt 0pt 5.75pt;
	color: #FFFFFF;
	font-weight: bold;
}

.blueTableCell {
	font-size: 12pt;
	border: solid #4F81BD 1pt; 
	border-top: none;
	background: #FFFFFF;
	padding: 0pt 5.75pt 0pt 5.75pt;
	color: #000000;
}	
	
.mainTitle {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
