.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
.ash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.ashlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	text-decoration:none;
}
.ashlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height:1.5;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #292929;
}
.linesep{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF6633;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:none;
}
.redtext1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}

.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration:none;
}
.redlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
	text-decoration:underline;
}
.blues {
	font-family: Tahoma;
	font-size: 11px;
	color:#006666;
	text-decoration: none;
}
.txtBox {  
	font-family: Tahoma;
 	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: #006666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.txtButton {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F615C;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
#images
{width:375px;
height:263px;
float:left;
background-image:url(../images/peoples.jpg)}
#firstima
{width:375px;
height:105px;
float: left;}
#secondtima
{width:135px;
height:51px;
float: left;
padding-left:238px;
padding-top:5px;}

.bullet1 ul{
	padding-left:0px;
	list-style: none;
}
.bullet1 ul li {
	padding:4px 0px 4.4px 15px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.bullet1 ul li a {
	color: #ffffff;
	text-decoration:none;
}

.bullet1 ul li a:hover {
	color: #ffffff;
	text-decoration:none;
	border-bottom:#ffffff dotted 1px;
}

.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
}
.whitelink:hover {
	text-decoration:underline;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}


.bg-an{
  padding: 7px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color:white;
  font-weight:bold;
  font-family: Arial;
  background: transparent;
  border-radius: 4%;
  animation: radial-pulse 1s infinite;
}
