.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.biggerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #420053;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #420053;
	padding: 0px;
	border-spacing: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #420053;
	padding: 0px;
	border-spacing: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #420053;
	padding: 0px;
	border-spacing: 0px;
}
td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}

.liNoIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-indent: -20px;
	margin-left: 0px;
	/* [disabled]list-style-position: inside; */
}
li.topMargin {
	margin-top: 5px;
}

.smallcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tinycaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}
.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
}

#twitter-icon {
	position:absolute;
	width:360px;
	height:120px;
	z-index:50;
	overflow: visible;
	top: 10px;
	position: absolute;
	left: 770px;
	margin-left: -250px;
}

/*  Added: 	3/30/17
	Usage:	Use the class no-pad with Bootstrap when you want a row to have no padding space between columns. */
.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.pinkBackground {
	background-color: #FFF5FF;
}

.drkPinkBackground {
	background-color: #FFECFF;
}

.fivePixelPadding {
	padding: 5px 5px 5px 5px;
}

.amazon_product_caption {
	padding: 0px 5px;
}

.miniatureImageContainer {
	width: 200px;				
	background-color: #FFECFF;
	padding: 5px 5px 5px 5px;				
}
