body, td, th, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

th {
	background-color: #148ECE;
	color: white;
}

a:hover {
  color: #0CF;
}

a.bignav { 
  color: #0099CC; 
  text-decoration: none;  
  font-size: 16pt;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
} 
a.bignav:visited { color: #003366} 
a.bignav:hover { color: #339999}

p.header {
  font-size: 12pt;
  font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0072A3;
	font-size: 15pt;
	font-weight: normal;
	margin-top: 0;
}

td.learnMore {
	background-image: url(/images/learn_more_middle.gif);
}

.priceSavings {
	color: #666;
	font-style: italic;
}

span.subH1 {
	font-size: 12pt;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0072A3;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 0;
}

h3 {
	font-size: 13px;
}

/* Online Course Listing Table */
table#onlineCourseListing tr.header {
	background-color: #8BA550;
	color: white;
}
table#onlineCourseListing td.providerTitle {
	font-size: 12pt;
	font-weight: normal;
}
table#onlineCourseListing span.provider {
	font-size: 14pt;
}
table#onlineCourseListing td.registerButton {
	background-color: #D0E4A2;
	text-align: center;
}
table#onlineCourseListing tr.subHeader {
	background-color: #D0E4A2;
	font-weight: bold;
}
table#onlineCourseListing tr.highlighted {
	background-color: #EEE;
}

/* Online Package Listing Table */
table#onlinePackageListing tr.header {
	background-color: #A7B8E0;
}
table#onlinePackageListing td.registerButton {
	text-align: right;
}
table#onlinePackageListing tr.subheader {
	background-color: #ECF2FE;
}
table#onlinePackageListing td.subheader {
	text-align: center;
}
table#onlinePackageListing tr.description {
	background-color: #D6E6FF;
}


/* HEADER --------------------------------------------- */

p.tagline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  color: #666;
}

a.demo {
  text-decoration: none;
  color: #003366; 
}

a.demo:hover { 
	color: #339999;
}

span.demo_top {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

span.demo_bottom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
 
}

a.section_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #FFF;
  text-decoration: none;
}

/* LEFTNAV ---------------------------------------*/

td.leftnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: right;
}

a.left_link {
  text-decoration: none;
  color: black;
}
a.left_link:hover { color: white; }
