/*extras overwrites*/
.blue{
	color: #007fb2;
}
.white{
	color: #fff;
}
.bold{
	font-weight: bold;
}
.noBorder{
	border: 0px;
}
.noBottomMargin{
	margin-bottom: 0px!important;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.size18{
	font-size: 18px;
}
.size17{
	font-size: 17px;
}
.size16{
	font-size: 16px;
}
.size15{
	font-size: 15px;
}
.size14{
	font-size: 14px;
}
.clear{
    clear: both;
}


.content .right.landingPage ul.calloutGrid li:last-child {
	height: 1px!important;
	font-size: 1px;
}

a:active, a:focus{
	outline: none;
}

.red{
	color: #cc0000!important;
}
.topMargin10{
	margin-top: 10px;
}
.topMargin20{
	margin-top: 20px;
}
.placeHolderBox{
	width: auto;
	background-color: #C1A8D0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 3px;
}

ul.imgBullets{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.content .right ul.imgBullets li ,
ul.imgBullets li{
    padding: 0px 0px 0px 155px ;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    min-height: 90px;
}

ul.imgBullets li#sporadic{background-image: url(/dementia/images/CJD_1.jpg) }
ul.imgBullets li#familial{background-image: url(/dementia/images/CJD_2.jpg) }
ul.imgBullets li#acquired{background-image: url(/dementia/images/CJD_3.jpg) }



body{
    background-color: #C1A8D0!important;
}




















