/* CSS Document */
a { font-family: Trebuchet MS,arial;
	font-weight: bold;
	font-size: 12px;
	font-style:italic;
	font-stretch:ultra-condensed;
	color: #E8BA00;
	text-decoration: none
	}

a:hover{color: #708000;}

a.practioner_link{color: #616F00;}

/* a.practioner_link:hover{color: #996633;}*/
a.practioner_link:hover{color: #BD652B;}

.tTextBold{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #336600;
	font-style: normal;
	font-variant: normal;
}
.tTextNormal{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #666666;
}
.tTextTitleSmall{
	font-family: Trebuchet MS,arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #E8BA00;
}
.tTextComents{
	font-family: Trebuchet MS,arial, helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 15px;
	color: #616F00;
}

/* Class to be used to specify the font and styling of the workshop details...
 * Namely: Date, Time and Price
 */
.tWorkshopDetails
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Class to be used to cover fonts of workshop page*/
.tWorkshopPage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	width: 465px;
}

/* Class to be used to cover fonts of workshop description*/
.tWorkshopDescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
}

/* Class to be used to cover styling of class pages*/
.tClassPage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	width: 80%;
}


/* Class to be used to specify the font and styling of the class details...
 * Namely: Date, Time and Price
 */
.tClassDetails
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Class to be used to cover fonts of class description*/
.tClassDescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
}

/* Style used for notes listed on the top level classes page.
   e.g. no class on May 4th or something like that */
.tClassNotes {
	font-family: Optima;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
}

.tAddressLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999966;
}

.yellowlarge {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 16px;
	color: #E8BA00;
	font-weight: bold;
}
.whitetext {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.smallestyellow {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8BA00;
}
.Verylargeyellow {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #E8BA00;
}

.smallblack {
	font-family: Optima;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
}

