/* Basic - Universal Styles
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 17px;
	color: #333333;
	}
	
/* CONTENT - Body copy/text
----------------------------------------------- */
.content {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 10px;
}


.contentBlue {
    COLOR: #1b3764;
	font-size: 12px;
	
}
.contentBlue2 {
	COLOR: #1b3764;
	font-size: 10px;

}
.contentSubNavLinks {
	COLOR: #1b3764;
	font-size: 10px;
	line-height: 20px;
}

.contentSubNavON {
    COLOR: #ac7700;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	
}
.contentOther {
	font-size: 13px;
	
}
.contentSmall {
	font-size: 10px;
	line-height: 14px;
}
.contentSmall2 {
    COLOR: #999999;
	font-size: 9px;
}
.header {
	font-size: 17px;
	font-weight: bold;
	color: #0c4a78;
	line-height: 1.1em;
}
.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;
	line-height: 24px;
}
.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; 
}
.testimonials {
	font-family:  Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	color: #000000;
	}

.bullet { 
	font-family: Verdana; 
	font-size:11px; 
	color: #333333; 
	line-height: 18px;
}

/* BULLETS
----------------------------------------------- */
	ul {
	list-style-type: none;
	padding-left: 20;
	margin-left: 0;
	}
	
	li {
	background: url(../images/GoBIG_bullet.jpg) left 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
	}



/* LINKS 
----------------------------------------------- */

A:link
{
	COLOR: #116CB6;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #06426C;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #1b3764;
    TEXT-DECORATION: underline
}
