@charset "utf-8";
/* CSS Document */


body, html {margin:0; padding:0; border:0; background-color: #999; font-family: Arial, Helvetica, sans-serif;
}
#blogcontainer { background-color: #FFF; }
#topline  { background-color: #87171a; 
}
#header   { height: 114px;
}
#indexcontentwrapper { background-color: #FFF;  }

/* font pool */

p  { font-family: Arial, Helvetica, sans-serif;
	 color: #000;
	 font-size: 12px;
}
	p  a:link {color: #900; text-decoration: none; }
	p  a:hover { color: #999; text-decoration: underline; }
	p  a:visited { color: #900; text-decoration: none; }

li  { font-family: Georgia, "Times New Roman", Times, serif;
	  color: #000;
	  text-align: left;
	  font-size: 11px;
}
    li a:link {color: #900; text-decoration: none; }
	li a:hover {color: #999; text-decoration: underline;  }
	li a:visited  {color: #900; text-decoration: none;  }

.topfont  { font-family: Arial, Helvetica, sans-serif;
			color: #666;
			font-size: 14px;
			text-align: right;
			vertical-align: top;
}
    .topfont a {color:#000000;transition:.2s;text-decoration:none}
    .topfont a:hover{color:#980000;border-bottom:1px solid #000}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.bcrumbtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	float: left;
	height: 39px;
	color: #CCC;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

	.text  a:link {
			color: #900;
			text-decoration: none;
	}
	.text    a:hover {
			color: #F00;
			text-decoration: underline;
	}
	.text	a:visited {
			color: #900;
			text-decoration: none;
	}
.frmTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	font-size:12px;
	padding-top: 7px;
}
.frmBox {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.listxtalt { font-family: Verdana, Geneva, sans-serif;
			color: #FFF;
			font-weight:bold;
			font-size:11px; 
}
.footext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

	.footext  a:link {
			color: #000;
			text-decoration: none;
	}
	.footext    a:hover {
			color: #666;
			text-decoration: underline;
	}
	.footext	a:visited {
			color: #000;
			text-decoration: none;
	}
	
.red	{
	color: #900;
}

.sli_block{display:flex;flex-direction:column;align-items:center}
svg.credit{fill:rgba(0,0,0,0.1);width:180px;margin-bottom:5px}
.credit{font-size:12px;line-height:1em;margin-left:auto;margin-right:auto;text-align:center;color:rgba(0,0,0,0.2);transition:.2s}
.credit a{color:inherit;text-decoration:none!important}
.credit:hover{fill:rgba(0,0,0,1);color:rgba(0,0,0,1)}
.credit a:hover{color:#000!important;text-decoration:none}