blockquote.dpl-small-text-bq {
/*  padding: 10px 20px; */
/*  margin: 0 0 20px; */
  font-size: 12px;
/*  border-left: 5px solid #eee; */
}
h2.dpl-adjust-spacing {
  font-weight: normal;
  line-height: 1.5;	
  margin-top: 0px;
  margin-bottom: 0px;
}
dpl-h4 {
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 18px; 	
}
p.dpl-adjust-spacing {
  font-weight: normal;
  line-height: 1.5;	
  margin-top: 0px;
  margin-bottom: 15px;
}
.bky-bodyText {
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 14px; */
  font-size: 1em;
  /*  color: #A64C11;  dpl original color before change - 12/3/2015 */
  color: #3E1C06;   /* moved brown color slide to include more black */
  text-decoration: none;
}
.bky-bodyTextOrig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #A64C11;
  text-decoration: none;
}
.bky-bodyTextMid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #76350B;
	text-decoration: none;
}
.freeJournalBox {
  border-radius: 25px;
  border: 1px solid #a64c11;
  background: #eba434;
  padding: 20px;
}
.newsBox {
  border-radius: 25px;
  border: 1px solid #a64c11;
  background: #EDB76B;
  padding: 5px; 
}
.linksBox {
  border-radius: 25px;
  border: 1px solid #a64c11;
  background: #EDB76B;
  padding: 5px; 
}
.articleBox {
  border-radius: 10px;
  border: 1px solid #a64c11;
  padding: 10px; 
}
.articleBox2 {
  border-radius: 10px;
  border: 1px solid #337AB7;
  padding: 10px; 
}
.articleBox3 {
  border-radius: 10px;
  border: 1px solid #EBA434;
  padding: 10px; 
}
.articleBox4 {
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 10px; 
  margin-top: 10px;
}
.articleBox5 {
  border-radius: 10px;
  border: 1px solid #3E1C06;
  padding: 10px; 
}
.articleBox6 {
  border-radius: 10px;
  border: 1px solid #CC3300;
  padding: 10px; 
}
.articleBox7 {
  border-radius: 10px;
  border: 1px solid #FF0800;
  padding: 10px; 
}
.articleBox8 {
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  padding: 10px; 
}
.articleBox9 {
  border-radius: 10px;
  border: 1px solid #0E2F02;
  padding: 10px; 
}
.abBackColorLightTan {
  background-color: #f5dbb7;
}
.abBackColorTan {
  background-color: tan;
}
.abBackColorTan2 {
  background-color: #F4CA7C;
}
.abBackColorBeige {
  background-color:#F1D399;
}
.abBackColorLightBlue {
  background-color:#AAE8F5;
}
.abBackColorLightYellow {
  background-color:#F2F7AA;
}
.abBackColorGolden {
  background-color:#F1A412;
}
.abBackColorGolden2 {
  background-color:#EBA434;
}
.abBackColorLightGray {
  background-color:#D2D2D2;
}
.abImgFloatLeft {
  float:left;
  margin:2px 11px 7px 0px;
  border-style:solid;
  border-color:#ffffff;
  border-width:1px;
}
.abImgFloatRight {
  float:right;
  margin:2px 0px 7px 11px;
  border-style:solid;
  border-color:#ffffff;
  border-width:1px;
}
.abImgFloatLeftNoBorder {
  float:left;
  margin:2px 11px 7px 0px;
}
.abImgFloatRightNoBorder {
  float:right;
  margin:2px 0px 7px 11px;
}
.dgfBoxShadow {
  box-shadow: 5px 5px 5px #888888;
}
.bkyTextIndent {
  text-indent: 25px;	
}
.dgfFloatRight {
  float:right;
}
.dgfTextColorBrown {
  color: #a64c11;
}
.dgfTextColorDarkBrown {
  color: #3E1C06;
}
.dgfTextColorYellow {
  color: #eba434;
}
.dgfTextColorBlue {
  color: #337AB7;
}
.dgfTextColorDarkBlue {
  color: #070645;
}
.dgfTextColorRed {
  color: #FF0800;
}
.dgfTextColorDarkRed {
  color: #720507;
}
.dgfTextColorGreen {
  color: #258719;
}
.dgfTextColorDarkGreen {
  color: #0E2F02;
}
.dgfTextColorOrange {
  color: #CC3300;
}
hr.brown {
  clear: both;
  color: #a64c11;
  background-color: #a64c11;
  height: 1px;
  border-width: 0;
}
hr.darkbrown {
  clear: both;
  color: #3E1C06;
  background-color: #3E1C06;
  height: 1px;
  border-width: 0;
}
hr.yellow {
  clear: both;
  color: #eba434;
  background-color: #eba434;
  height: 1px;
  border-width: 0;
}
hr.blue {
  clear: both;
  color: #337AB7;
  background-color: #337AB7;
  height: 1px;
  border-width: 0;
}
hr.darkblue {
  clear: both;
  color: #070447;
  background-color: #070447;
  height: 1px;
  border-width: 0;
}
hr.black {
  clear: both;
  color: #000000;
  background-color: #000000;
  height: 1px;
  border-width: 0;
}
hr.white {
  clear: both;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
  border-width: 0;
}
hr.red {
  clear: both;
  color: #FF0800;
  background-color: #FF0800;
  height: 1px;
  border-width: 0;
}
hr.darkred {
  clear: both;
  color: #370102;
  background-color: #370102;
  height: 1px;
  border-width: 0;
}
hr.green {
  clear: both;
  color: #258719;
  background-color: #258719;
  height: 1px;
  border-width: 0;
}
hr.darkgreen {
  clear: both;
  color: #0E2F02;
  background-color: #0E2F02;
  height: 1px;
  border-width: 0;
}
hr.orange {
  clear: both;
  color: #CC3300;
  background-color: #CC3300;
  height: 1px;
  border-width: 0;
}
img.babaji-logo {
  position: relative;
  top: -18px;
  height: 35px;
  width: 26px;
}
img.RightImage {
  float:right;
  margin:2px;
}
img.LeftImage {
  float:left;
  margin:2px;
}
img.WhiteBorder {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
}
img.BlackBorder {
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}
img.BrownBorder {
  border-style: solid;
  border-color: #a64c11;
  border-width: 1px;
}
img.DarkBrownBorder {
  border-style: solid;
  border-color: #3E1C06;
  border-width: 1px;
}
img.YellowBorder {
  border-style: solid;
  border-color: #eba434;
  border-width: 1px;
}
img.BlueBorder {
  border-style: solid;
  border-color: #337AB7;
  border-width: 1px;
}
img.DarkBlueBorder {
  border-style: solid;
  border-color: #070447;
  border-width: 1px;
}
img.RedBorder {
  border-style: solid;
  border-color: #FF0800;
  border-width: 1px;
}
img.DarkRedBorder {
  border-style: solid;
  border-color: #370102;
  border-width: 1px;
}
img.GreenBorder {
  border-style: solid;
  border-color: #258719;
  border-width: 1px;
}
img.DarkGreenBorder {
  border-style: solid;
  border-color: #0E2F02;
  border-width: 1px;
}
img.OrangeBorder {
  border-style: solid;
  border-color: #CC3300;
  border-width: 1px;
}

.dgf-bg-tan {
  background-color: #F4CA7C;
}
#bky-art4-list > li {
  padding-bottom:10px;
}
.bky-list > li {
  padding-bottom:10px;
}
.bky-sub {
  vertical-align: sub;
  font-size: smaller;
  color: #666666;
  bottom: -0.25em;
}
ol.bky-low-roman {
  list-style-type: lower-roman;
}
.Stil1 {
  font-weight: bold;
  font-style: italic;
}
.Stil12 {
  font-size: 16px; 
  color: #CC3300; 
  font-family: Arial, Helvetica, sans-serif; 
}
.Stil2 {
  font-family: Arial, Helvetica, sans-serif;
}
.Stil4 {	
  font-size: 16px;
  color: #666666;
}
.Stil5 {	
  font-size: 16px;
  color: #F87F08;
  font-weight: bold;
}
.Stil9 {
  font-size: 16px; 
  color: #CC3300; 
}
.style4 {
  color: #666666;
}
.style5 {
  font-weight: bold;
}
.style6 {
  font-size: 12px;
}
.style7 {
  font-size: 16px;
}
.TextGrey {
  color: #666666;
}
.JustifyText {
	text-align:justify;
}
.bky-RightText {
	text-align:right;
}
.bky-LeftText {
	text-align:left;
}
.dpl-Text-18px {
  font-size: 18px;
}
.dpl-Text-17px {
  font-size: 17px;
}
.dpl-Text-16px {
  font-size: 16px;
}
.dpl-Text-14px {
  font-size: 14px;
}


/* New file css */



.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A64C11;
	text-decoration: none;
}
.bodyTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodyTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
}
.bodyTextRedSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.bodyTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.bodyGreySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.bodyBlueSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2848C3;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A64C11;

}
.JustSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* [disabled]color: #A64C11; */

}
.TitleGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.TitleRed {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #CC3300; 
}
.TitleRedwithBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	background-color: #EBA434;
}
.TitleRedwithBackground2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	background-color: #FF9900;
}
.TitleRedwithBackground3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	background-color: #F1D399;
}
.TitleRedwithBackground4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	background-color: #F2F7AA;
}
.LargeTitleRedwithBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #CC3300;
	background-color: #EBA434;
	text-align: center;
	border-color: #EBA434;
	border-width: 2px;
}
.LargeTitleRedwithBackground2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
	background-color: #EBA434;
	text-align: center;
	border-color: #EBA434;
	border-width: 2px;
}.LargeTitlePurplewithBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6600CC;
	background-color: #FFFFFF;
	text-align: center;
	border-color: #EBA434;
	border-style: dashed;
	border-width: 2px;
}
.TitleBrownCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A64C11;
	text-align: center;
}	
.TitleWhiteH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.CenterText {
	text-align: center;
}
.BlockCenter {
    margin-left: auto;
    margin-right: auto;
    width: 24em;
}
a.WhiteBGLink:hover {
	color: #CC3300;
	text-decoration: underline;
}
IMG.CenterImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.CenterImageNoBorder {
	display: block;
	margin-left: auto;
	margin-right: auto;
  border: none;
}