/* Body styles */
	body, div, p, span, .basic {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #00005A; 
		font-size: 12px; 
		line-height: 16px;
	}

	
/* Form Text */
	.formtxt01 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #333333; 
		font-size: 12px;
		width: 200px;
	}
	
	.formtxt02 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #333333; 
		font-size: 12px;
		width: 95px;
	}
	
	
/* Section Text */

	.longstring { 
		width: 200px;
	}
	
	.txtlblue { 
		color: #00BBF2; 
	}
	
	.txtgreen { 
		color: #18964C;
	}
	
	.txtwhite { 
		color: #ffffff;
	}
	
	.quote { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px; 
	}
	
	.quote02 { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px; 
	}
	
	.quote03 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}	

	.summary { 
		font-family: Arial Narrow, Helvetica, sans-serif;
		color: #0B3D91; 
		font-size: 17px; 
		line-height: 22px;
		font-weight: bold;
	}
	
	.summary2 { 
		font-family: Arial Narrow, Helvetica, sans-serif;
		color: #00005A; 
		font-size: 17px; 
		line-height: 22px;
		font-weight: bold;
	}
	
	.copyright { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px; 
		color: #00BBF2;
		margin-right: 20px;
		font-weight: bold;
	}
	
	.bottomnvb { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px; 
		color: #00BBF2;
		margin-left: 20px;
		font-weight: bold;
	}
	
	
/* Image Display */
	.balancephoto { 
		position: relative;
		left: -15px;
	}
	
	.showcasephoto { 
		position: relative;
		left: -15px;
	}
	
	.testdot { 
		background-image: url(dot.gif);
		background-repeat: repeat-y;
	}
	
	.dot2 { 
		background-image: url(dot2.gif);
		background-repeat: repeat-x;
	}
	
	.youvolvicphoto { 
		background-image: url(test.jpg);
		background-repeat: no-repeat;
	    background-position: right top;
	}
	
	.faqphoto { 
		background-image: url(main_img.jpg);
		background-repeat: no-repeat;
	}
	
	
/* Link Text */
	a:link {
		color: #18964C;
		text-decoration: none;
	}
		
	a:visited {
		color: #18964C;
		font-style : normal;
		text-decoration: none;
	}
	
	a:active { 
		color: #18964C;
		font-style : normal;
		text-decoration: none;
	}
	
	a:hover { 
		color: #18964C;
		text-decoration: underline;
	}

/* Bottom Link Text */
	a.bottomnvblink:link {
		color: #00BBF2;
		font-weight: bold;
	}
		
	a.bottomnvblink:visited {
		color: #00BBF2;
		font-weight: bold;
	}
	
	a.bottomnvblink:active { 
		color: #00BBF2;
		font-weight: bold;
	}
	
	a.bottomnvblink:hover { 
		color: #18964C;
		font-weight: bold;
		text-decoration: underline;
	}
	

