body {
	font-family: arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-weight:normal;
	color: #074eb8;
	font-size: 22px;
	margin:20px;
	padding: 0px 0px 10px 0px;	
}

h2{
	font-weight:normal;
	color: #074eb8;
	font-size:14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin:0px;
	padding: 0 0 10 0;	
}
/*
h2{
	font-weight:normal;
	color: #074eb8;
	font-size: 22px;
	margin:0px;
	padding: 0 0 10 0;	
}

*/
		/*************** NAVIGATION **************************/
		#nav{
			font-size:12px;
			margin:0 auto 0 auto;
			background: #4979E5; /* real blue: 074eb9 */
			height: 25px;
		}
		
		#nav ul {
			margin: 0px;
			padding: 0px;
			display: inline;
		}
		#nav ul li {
			vertical-align:middle;
			display: inline;
			border-right: 2px solid #FFFFFF;
		}
		#nav ul li.rightmost {
			border-right: 0px;
		}
			
		#nav ul li a {
			/* for horizontal */
			font-size: 12px;
			color: #FFFFFF;
			padding: 5px 8px 5px 8px;
			text-decoration: none;
			font-weight: 400;
			background: #4979E5;
		}
		#nav ul li ul{
			width: 150px;
			background: #4979E5; /*otherwise there's a gap*/
		}
		#nav ul li ul li{
			border-right: 0px;
			
		}
		#nav ul li ul li a {
			font-weight: 400;
			display: block;
			width: 150px;
			border-top: 1px solid #CCCCCC;
		}
		#nav ul li:hover ul{
			display: block;
		}
		#nav ul li a:hover {color:#ffc671;}
		
		
		/* hide the sub nav */
		#nav ul li ul{
			display:none;
			position:absolute;

		}


		#nav li {list-style:none;display:block;float:left;}
		#nav a {
			display:block;
			color: #FFFFFF;
		}
		 
		
		
		/********************  END NAV *********************/



@charset "UTF-8";
.text {

	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.securities {

	font-size: 10px;
	font-style: italic;
}
A:link {color: #0000ff; background: #ffffff; font-weight: regular;}
A:visited {color:#AC8AC4 background: #ffffff; font-weight: regular;}

.bold {

	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}
body,td,th {

	font-size: 14px;
}
.blue {
	color: #074eb8;

	font-size: 14px;
	font-style: normal;
	line-height: normal;
}
.orange {
	color: #F8B146;
	font-size: 22px;
	font-weight:bold;
}
.bigblue {
	color: #074eb8;
	font-size: 22px;
	
}

h1 {
	font-weight:normal;
	color: #074eb8;
	font-size: 22px;
	margin:0px;
	padding: 0 0 10 0;	
}

img.page-image{
	margin-left:15px;
	margin-bottom:15px;
}

.bluebold {
	color: #074eb8;
	font-size:14;

	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.grey{
	color: #888888;

	font-style: normal;
	line-height: normal;
	font-size: 11px;
}

/*
*	 UL STYLES
*/
ul {
	list-style-type:square;
	color:#0000FF;
}
ul span{
	color:#000000;
}


/**
* TESTIMONIALS PAGE
*/
div.readmore {
	size:10px;
	margin-top:10px;
}
.homequote{
	
}
.testimonial-independent{



}

.testimonial-container{
	/*border:1px solid #DDDDDD;
	padding:10px;*/
	margin-bottom:30px;
	margin-right:50px;
	padding:15px;
	border:1px solid #DDDDDD;
}
.testimonial-quote{
	margin-bottom:10px;
}
.testimonial-author{

	font-weight:bold;
	font-size:90%;
	/*margin-left:15px;*/
	font-style:italic;

}

table td.sidebar-header{
/*bgcolor="#6395D5"*/
	background-color: #4979E5;
	color: #FFFFFF;
	font-size:14px;

}



