/* Coloring */
.Vata{
background-color: #77B200;
color: #333300;
}
.VataLight{
background-color: #D7FE87;
color: #333300;
}
.Pitta{
background-color: #3B77B1;
color: #333300;
}
.PittaLight{
background-color: #BFD5EA;
color: #333300;
}
.Kapha{
background-color: #EA7500;
color: #333300;
}
.KaphaLight{
background-color: #FFC488;
color: #333300;
}
.Colored{
background-color: #FEFF42;
color: #333300;
}
.ColoredLight{
background-color: #FFFF93;
color: #333300;
}
/*Special classes*/
.title{
color:#666666;
font-weight: bold;
font-size: 14pt;
line-height:16pt;
text-align: center;
width:100%;
}
.subtitle{
color:#666666;
font-size: 12pt;
text-align: center;
width:100%;
}
.stylebold{
color:#666666;
font-weight: bold;
width:350px;
}
.stylenosize{
font-size: 10pt;
color:#666666;
}
.styleboldnosize{
font-size: 10pt;
font-weight: bold;
color:#666666;
}
.stylesize{
font-size: 10pt;
padding-left: 20px;
color: :#666666;
font-weight: lighter;
width:300px;
}
.stylelight{
font-size: 11px;
padding-left: 20px;
color: #80B900;
font-weight: lighter;
width:200px;
}
.stylecolored{
font-size: 11px;
padding-left: 20px;
color: #548D00;
}
.styleitalic{
color: #787F5F;
font-size: 11px;
font-style: italic;
}
.spacer{
font-size: 11px;
padding:20px;
}


