	font-size : x-small;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	
	A { text-decoration: none; color: white; }
	
	A:link { text-decoration: none; color: blue; }
	A:active { text-decoration: none; color: blue; }
	A:visited { text-decoration: none; color: blue; }
	A:hover { text-decoration: underline; color: blue; }
	
	BODY 
  { 
    color: black; 
    font-family: Arial, sans-serif; 
    font-size: 10pt; 
    font-weight: normal; 
    font-style: normal;
  }

	P { color: black; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal; font-style: normal;}

	H2 { color: black; font-family: Arial, sans-serif; font-size: 18pt; font-weight: bold; font-style: underline;}

	H3 { color: black; font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; font-style: underline;}

	B { color: black; font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; font-style: normal; }
	
	TD { font-family: Arial, sans-serif; font-size: 10pt; font-style: normal; }

	BLOCKQUOTE { color: black; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal; font-style: normal;}

  .nav-image-padding { padding-top: 30px; }

  .footnote  { font-size: 8pt; color: gray; }

  .course-list { padding-left: 30px; }

  .series-title { font-weight: bold; }

  .currency-locale
  {
    font-size: smaller; 
    color: gray;
  }
  
  .price
  {
  	text-align: center;
  	white-space: nowrap;
  }