body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
  }
h1 {
  font-size: 150%;
  color: #6699CC;
  margin:0;
}  

h2 {
  font-size: 130%;
  color: #6699CC;
  margin:0;
}
h3 {
  font-size: 120%;
  color: #6699CC;
  margin:0;
}


ul { /* check on this, might go away */
	list-style-position: outside;
	list-style-type: disc
} 

a:link {
	color: #6699CC;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #000000;

}
a:active {
	color: #000099;
}

/* various text styles */
.header_title {
	color: #6699CC;
	font-size: 1.6em;
	font-weight: bold; 
}
.sub_header_title {
	color: #6699CC;
	font-size: 1.4em;
	font-weight: bold; 
}
.small_text {
	color: #6699CC;
	font-size: 1.0em;
}

.faq_Q {
	color: #6699CC;
	font-weight: bold; 
	font-style: italic;
}

.brdr_bot { /* used for thin divider line, typically bottom of divs */
	border-bottom: 1px solid #000;
}

/* Course info styles */
.course_topic {
	color:#000000;
	font-weight: bold;
	/*text-decoration:underline;*/
}

.course_title {
	color: #6699CC;
	font-weight: bold; 
	font-style: italic;
}

.admin_nav {
	font-size: 1em;
	background-color: #6699CC;
	color: #FFFFFF;
}
.admin_nav a:link  { 
	color:#FFFFFF;
	text-decoration:none;  
} 
.admin_nav a:visited  { 
	color:#FFFFFF;
	text-decoration:none;  
} 
.admin_nav a:hover  {
	color:#FFFFFF;
	text-decoration: underline;
} 
.admin_nav a:active  { 
	color:#FFFFFF;
	text-decoration:none;  
} 
.QuoteText {
	color: #333333;
	font-size: 9pt;
	font-style: italic;
}

.QuoteName {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
}
.QuoteTextWhite {
	color: #FFFFFF;
	font-size: 9pt;
	font-style: italic;
}

.QuoteNameWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
}