html {
 height: 100%;
}
body {
 margin: 0px;
 padding: 0px;
 font: normal 12px Arial;
 color: #333333;
 line-height: 18px;
 background: url(../images/siteBg.jpg);
}
img {
 border: 0px;
}
h1,h2,h3,h4,h5 {
 margin: 0px;
 padding: 0px;
}
a:link {
 text-decoration: underline;
 color: #333333;
}
a:hover {
 text-decoration: none;
}
hr {
 border: 0; 
 border-bottom: dashed 1px #CCCCCC;
}
.clear {
 clear: both;
}
h3 {
 font: bold 18px Arial;
 color: #956e10;
 text-decoration: none;
}
.yogaTitle {
 font: bold 14px Arial;
 color: #000;
 text-decoration: none;
}
.tlc {
 color: #4B4B4B;
/* font-weight: bold;
*/ line-height: 20px;
}
.greensmall {
 font: bold 10px Tahoma;
 color: #04521a;
 text-decoration: none;
 text-align: right;
 float: right;
}
.greensmall:hover {
 color: #009900;
 text-decoration: underline;
}
.browseall {
 font: normal 12px Arial, Helvetica, sans-serif;
 color: #77934c;
 text-decoration: underline;
}
.browseall:hover {
 text-decoration: none;
}
.black {
 font: bold 12px tahoma;
 color: #666666;
 text-decoration: none;
}
.red {
 font: normal 11px Tahoma;
 color: #990000;
 text-decoration: none;
}
.tabred {
 color: #773206;
}
.footerMenuDevider {
 color: #bf815a;
}
.gray {
 font: normal 11px Tahoma;
 color: #666666;
 text-decoration: none;

}
.aboutTitle {
 font: bold 18px Arial;
 color: #e18d27;
 text-decoration: none;
}