@charset "utf-8";
/* CSS Document */


h2 /* this was a different color in the PSD's then in the professional css doc, I changed it */
{
	color:#666666;
	font-weight:normal;
	font-size:1.3em; 
	padding:0px 0 15px 0;
}

h2 .14px {
	font-size: 14px;
	color:#4f5da5;
}

h4
{
	color:#4f5da5;
	font-size:12px;
	padding:0;
	margin:0;
	font-weight:bold;
}

h5 
{
	color:#00b1cd;
	font-size:1.1em;
	padding:0;
	margin:0;
	font-weight:bold;
}

.CheckmarkList li {
	list-style: none;	
	background: url(../images/bullet_checkmark.gif) 0px 0px no-repeat; /*double check position in different browsers*/
	padding:0 0 5px 20px;
	margin: 5px 0;
	}