BODY {
	scrollbar-face-color: #FF6600;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: Yellow;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #FFFFFF;
	background-color : White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

A.TopMenuLink {
	color: Black;
	display: block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant: small-caps;
	text-decoration : none;
	text-align: center;
	border: 2px outset Black;
	/*width: 130px;*/
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	background-color: Yellow;
}

A.TopMenuLink:HOVER {
	color: Yellow;
	display: block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant: small-caps;
	text-decoration : none;
	text-align: center;
	border: 2px outset Yellow;
	/*width: 130px;*/
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	background-color: Black;
}

A.TopMenuHere {
	color: Yellow;
	display: block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant: small-caps;
	text-decoration : none;
	text-align: center;
	border: 2px outset Yellow;
	/*width: 130px;*/
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	background-color: Black;
}

a.footerlink:link {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : xx-small;
	text-decoration: none;
}

a.footerlink:hover {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : xx-small;
	text-decoration: none;
	background-color: White;
}

a.footerlink:visited {
	color: #3F3F3F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : xx-small;
	text-decoration: none;
}

H1{
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size: small;
}

H1.CoursePreview {
	color: #000066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size: medium;
	margin-bottom: 0px;
}

h1.HeaderText {
	color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 7px;
	text-align: center;
}

H1.PriceDisplay{
	color: #CC0000;
	font-family : "Times New Roman", Times, serif;
	font-style: normal;
	font-size: x-large;
}

H1.RedTitle{
	color: #CC0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: medium;
}

H2{
	color: Black;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size: 18px;
}

H2.SubHeaderText{
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size: small;
	text-align: center;
}

H3{
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size: x-small;
}

H4{
	color: #333366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

OL {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 125%;
}

P {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 125%;
}

p.HeaderText {
	color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 7px;
}

P.Marquee {
	color: Black;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 10pt;
	/*font-style: italic;*/
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

UL {
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 125%;
}

.adminloginformtxt{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
}

.adminmenuleft{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

.adminmenuleftbold{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
}

.BoldItalicText {
	font-weight: bold;
	font-style: italic;
}

.BoldText {
	font-weight: bold;
}

.BoldBlueText { 
	color: #000099;
	font-weight: bold;
}

.BoldBlueItalicText { 
	color: #000099;
	font-weight: bold;
	font-style: italic;
}

.BoldGreenText { 
	color: #006600;
	font-weight: bold;
}

.BoldRedText { 
	color: #CC0000;
	font-weight: bold;
}

.BoldWhiteText { 
	color: #FFFFFF;
	font-weight: bold;
}

.CenterImgBorder {
	border: 4px double #CC0000;
}

.deftitle {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	line-height : 125%;
}

.defcontent {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 125%;
}

.footer{  
	color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : xx-small;
	line-height : 125%;
	text-decoration: none;
}

.formerrortxt{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 125%;
	font-weight : bold;
}

.formfield {
	border : thin outset #333366;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.formtxt{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.formtxtreq{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

.formtxtreq{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

.PriceDisplaySmall {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.ProgressBarText {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight: bold;
}

.RedText {
	color: #CC0000;
}

.registration{
	color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 125%;
}

.RegularText {
	font-style: normal;
	font-weight: normal;
}

.rightTable{
	color : White;
	font-size : x-small;
	line-height : 125%;
	font-family : Arial, Helvetica, sans-serif;
}

.SmallItalicText {
	font-size: x-small;
	font-style: italic;
}

.SupportImgBorder {
	border: 3px double #FF6600;
}

.TANotes {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.TimerNotes {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.TradeMark {
	font-size: xx-small;
	vertical-align: super;
}

/* This is used by the share_this_on.cfm code */
.basic-eighty {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 80%;
 margin: 0;
 padding: 0;
 text-indent: 0;
}

.blue {
 color: #0000cd;
}