/* Basic - Universal Styles
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background-image: url(../images/treadlooping.gif);
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 17px;
	color: #000000;
	}
	
/* CONTENT - Body copy/text
----------------------------------------------- */
.content {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 10px;
}

.contentOther {
	font-size: 13px;
	
}
.contentOther2 {
	font-size: 14px;
	line-height: 17px;
	
}
.contentSmall {
	font-size: 10px;
	line-height: 14px;
}
.contentSmall2 {
    COLOR: #999999;
	font-size: 9px;
}
.header {
	font-size: 17px;
	font-weight: bold;
	color: #0c4a78;
}
.header2 {
	font-size: 13px;
	font-weight: bold;
	
}
.header3 {
	font-size: 17px;
	font-weight: bold;
	
}
.SubNavheader {
	font-size: 14px;
	font-weight: bold;
	color: #1b3764;
}
.footer {
	color: #000000;
	font-size: 9.5px;
}
.big {
	COLOR: #2c88b5;
	font-size: 24px;
	font-weight: bold;
}
.bigOrangeRed {
	COLOR: #FF3300;
	font-size: 24px;
	font-weight: bold;
}
.bigPurple {
	COLOR: #5D4099;
	font-size: 24px;
	font-weight: bold;
}
.bigGreen {
	COLOR: #0DAD4B;
	font-size: 24px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-weight: bold;
}
.heading { 
	font-family: Verdana; 
	font-size:11px; 
	font-weight: bold; 
	color: #990000; 
}

.headerTopBig {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
}
.header3bullets {
	font-size: 17px;
	color: #FFFFFF;
	line-height: 20px;
}

.header4bullets {
		font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.headerBigBrown {
	font-size: 18.5px;
	font-style: italic;
	font-weight: bold;
	color: #9a7f55;
}
.headerBigGrey {
	font-size: 18.5px;
	font-style: italic;
	font-weight: bold;
	color: #626366;
}

.testimonials {
	font-family:  Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	color: #000000;
	}

.bullet { 
	font-size:13.5px; 
	color: #FFFFFF; 
	line-height: 18px;
}

/* BULLETS
----------------------------------------------- */
	ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: -1;
	}
	
	li {
	background: url(../images/bullet.jpg) left 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
	}



/* LINKS 
----------------------------------------------- */

A:link
{
	COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #ffa800;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #1b3764;
    TEXT-DECORATION: underline
}
