.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4452F;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}


.blueLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
}

.redLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D4452F;
}

h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D4452F;
	font-weight:normal;
	margin:0 0 10px 0;
}


h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	font-weight:normal;
	margin:0 0 10px 0;
}

h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D4452F;
	font-weight:normal;
	margin:0 0 10px 0;
}

h5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	font-weight:bold;
	margin:0 0 5px 0;
}

h6 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4452F;
	font-weight:bold;
	margin:0 0 5px 0;
}


.tableLeftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFE7E7;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
	}

ul#horizontal-list li {
		display: inline;
	}
ul#horizontal-list li img{
margin:10px 20px 10px 20px;
}

.horz-divider{
margin-top:10px;
height:40px;
background:url(siteImages/singleSquare.gif) repeat-x top left;
}

.clear{
clear:both;
}
