﻿p 
{ 
	font-family:Tahoma,Arial,Helvetica; 
	text-align:left; 
	font-size:10pt;  
	color: rgb(62,62,62);
}

.SponsorParagraph 
{ 
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin-top: 35px;
}

.WhatsNew    
{ 
 font-family:Tahoma,Arial,Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	margin-bottom: 15px;
	color: rgb(82,82,82); 	
}
.FAQStyle    
{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10pt;
	color: rgb(82,82,82);
	font-weight: bold;
	font-style: normal;
}


.HeaderHyperlink 
{ 
 	font-family: Tahoma,Arial,Helvetica;; 
 	font-size: 10pt; 
 	font-weight: bold;
 	text-align: center; 	
}

.FooterText 
{ 
	font-family: Tahoma,Arial,Helvetica;; 
	font-size: 8pt; 
	font-style: normal; 
	color: rgb(82,82,82); 	
}


.TestimonialCredit
{
 font-family: Tahoma,Arial,Helvetica;; 
 font-size: 10pt; 
	font-style: italic; 
	margin-bottom: 30px;
 text-align: left; 	
	color: rgb(82,82,82); 	
}

a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	/*oldcolor: rgb(60,60,153);*/
	color: rgb(80,80,173);
}

a:visited 
{ 
	font-weight: bold; 
	text-decoration: none; 
	/*oldcolor: rgb(51, 153, 102);*/
	color: rgb(81, 183, 182);
}

a:hover, a:active 
{ 
	text-decoration: underline; 
	/*oldcolor: rgb(153, 201, 153);*/
	color: rgb(60,60,153);
}


body
{
	color: rgb(62,62,62);
	font-family:Tahoma,Arial,Helvetica; 
	background-color: rgb(255, 255, 255);
	font-size:10pt;  
}
h1
{
	color: rgb(60,60,153);
	font-family:Tahoma,Arial,Helvetica; 
	font-style: normal;
	vertical-align: none;
	font-weight: normal;
	text-align: none;
	font-size: 24pt;	
}
h2
{
	color: rgb(60,60,153);
	font-family:Tahoma,Arial,Helvetica; 
	font-style: normal;
	vertical-align: none;
	font-size: 18pt;
	font-weight: normal;
	text-align: none;
}
h3
{
	color: rgb(60,60,153);
	font-family:Tahoma,Arial,Helvetica; 
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	vertical-align: none;
	text-align: none;
}
h4
{
	color: rgb(60,60,153);
	font-family:Tahoma,Arial,Helvetica; 
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-align: none;
	vertical-align: none;
}
h5
{
	color: rgb(60,60,153);
	font-family:Tahoma,Arial,Helvetica; 
	text-align: none;
	font-size: 10pt;
	vertical-align: none;
	font-weight: bold;
	font-style: normal;
}
h6
{
	color: rgb(82,82,82);
	font-family:Tahoma,Arial,Helvetica; 
	text-align: none;
	font-size: 10pt;
	vertical-align: none;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5;
}
hr
{
	color: rgb(60,60,153);
}
body
{
	font-family:Tahoma,Arial,Helvetica; 
	font-style: normal;
	text-align: none;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: none;
}
select
{
	color: rgb(11, 0, 0);
	font-family:Tahoma,Arial,Helvetica; 
	border-style:solid; 
	font-style: normal;
	font-size: 8pt;
}
table
{
	font-family:Tahoma,Arial,Helvetica; 
	table-border-color-light: rgb(60,60,153);
	table-border-color-dark: rgb(60,60,153);
	border-color: rgb(60,60,153);
	font-weight: normal;
	text-align: none;
	font-size: 10pt;
	font-style: normal;
	vertical-align: none;
}
textarea
{
	color: rgb(11, 0, 0);
	font-family:Tahoma,Arial,Helvetica; 
	border-style:solid; 
	font-style: normal;
	font-size: 8pt
}
td
{
	border-color: rgb(60,60,153);
}

.CoursePic
{
 position: relative;
 width: 400px;
 text-align: center;
 margin-bottom: 15px;
}




/* ------------------  zoompic classes support the zoom-thumbnail-to-picture ----------------
  Based on "creating popup image viewer in css"
  http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/
*/

.zoompic
{
 position: relative;
 z-index: 0;
}

.zoompic:hover
{
 background-color: transparent;
 z-index: 50;
}

.zoompic span
{ /*CSS for enlarged image*/
 position: absolute;
 background-color: white;
 /*padding: 5px;*/
 left: -1000px;
 border: 1px solid black;
 visibility: hidden;
 /*color: black;*/
 text-decoration: none;
}

.zoompic span img
{ /*CSS for enlarged image*/
 border-width: 0;
 padding: 2px;
}

.zoompic:hover span
{ /*CSS for enlarged image on hover*/
 visibility: visible;
 top: -100px;
 left: 10px; /*position where enlarged image should offset horizontally */
}

.zoompic a:visited, a:link, a:focus 
{
 outline: white none 0;
}
