/* Fonts */

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.mainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bold;
}
.titleMustard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #CC9900;
	font-style: italic;
}
.subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}

.subTitleTeal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #009966;
	font-style: italic;
}

/* links */
a	{
	color:#009966;
	font-family: Arial, Helvetica, sans-serif;
}

a.mainLink:link			{
	font-size:x-small;
	color:#009966;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;}
a.mainLink:visited	{text-decoration:underline; font-size:x-small; font-weight:bold;}
a.mainLink:hover		{text-decoration:none; font-size:x-small; font-weight:bold;}
a.mainLink:active	{text-decoration:none; font-size:x-small; font-weight:bold;}

a.navLink:link			{
	font-size:x-small;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;}
a.navLink:visited	{text-decoration:underline; font-size:x-small; font-weight:bold; color:#FFFFFF;}
a.navLink:hover		{text-decoration:none; font-size:x-small; font-weight:bold; color:#FFFFFF;}
a.navLink:active	{text-decoration:none; font-size:x-small; font-weight:bold; color:#FFFFFF;}

a.goldLink:link		{
	font-size:x-small;
	color:#CC9900;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;}
a.goldLink:visited	{text-decoration:underline; font-size:x-small; font-weight:bold; color:#CC9900;}
a.goldLink:hover	{text-decoration:none; font-size:x-small; font-weight:bold; color:#CC9900;}
a.goldLink:active	{text-decoration:none; font-size:x-small; font-weight:bold; color:#CC9900;}

/* table cells */

td.subBarBackground {
	font-size:x-small;
	background-image: url(/pilates/images/lookandfeel/wood_bar.jpg);
	background-repeat: repeat-x;
}

/* /pilates/images/lookandfeel/sub_bar_back.gif */

.tradeMarksGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC9900;
	font-style: italic;
	vertical-align: super;
}
.subTitleTealSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009966;
	font-style: italic;
}
.GyroGoldLink {
	text-decoration:none;
	font-size:x-small;
	font-weight:bold;
	color:#CC9900;
	font-family: "Times New Roman", Times, serif;
}
.gyrotitleMustard {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #CC9900;
	font-style: normal;
}
.subTextGyrotonic {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #333333;
}
