.SubHeader {
	font-family: Vrinda;
	font-size: 18px;
	font-style: italic;
	color: #332D51;
	background-color: #DBD8E9;
}
.Header {
	font-family: Vrinda;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	/*background-color: #9E98B7;*/
	background-color: #F99621;
}
.BodyText {
	font-family: Vrinda;
	font-size: 15px;
	font-style: normal;
	color: #171427;
}
.Rights {
	font-family: Vrinda;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
}
.MenuHeader {
	font-family: Vrinda;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #F99621;
}
.MenuText {
	font-family: Vrinda;
	font-size: 18px;
	font-style:normal;
	font-weight: 500;
	color: #938ea5;
	line-height: normal;
	text-transform: none;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	background-color: #ffffff;
}
.MenuText a {
	font-family: Vrinda;
	font-size: 18px;
	font-style:normal;
	font-weight: 500;
	color: #938ea5;
	text-decoration: none;
}
.MenuText a:hover{
	color: #F99621;
	border-bottom-color:#F99621;
}

.MainHeader 
{ font-size:38px;
	font-family:Vrinda;
}

.MainSubHeader
{
	font-size:24px;
	font-family:Vrinda;
}

.ColoredSubHeader
{
	font-size:32px;
	color:#F99621;
}

.Error
{
	font-size:large;
	color:Red;
}

.PrivacyPolicy
{
	font-size:smaller;
}

.BoldEmphesis
{
	font-weight:bolder;
}

.OrderFormYes
{
	font-size:x-large;
}

.Highlight
{
	background-color:Yellow;
}