@charset "UTF-8";
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: Frutiger, Arial, Sans-Serif;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 12px 0 5px 0;
}
h1 { /*Page and Content Headers */
	font-family:Frutiger, Arial, sans-serif;
	color:#003366;
	font-size:22px;
	border-bottom: 2px solid #FF9933;
}
h2{
	font-family:Frutiger, Arial, sans-serif;
	color:#003366;
	font-size:20px;
}
h3 {
	font-family:Frutiger, Arial, sans-serif;
	font-weight:600;
	font-size:14px;
}
h4 {/* */
	font-family:Frutiger Bold, Arial, sans-serif;
	font-size:13px;
}

h5 {/*this is for main content text*/
	font-family:Frutiger, Arial, sans-serif;
	font-size:13px;
}
h6 {
	font-family:Frutiger, Arial, sans-serif;
	font-size:11px;
	margin: 0 0 0 0;
}
p {
	font-family:Frutiger, Arial, sans-serif;
	font-size:13px;
	padding: 10px 0 0 0;
}
.orange {
	color:#FF9933;
}
.orange_bullet {
	list-style-type: disc;
	list-style-position: outside;
	color:#FF9933;
	font-size:18px;
	line-height: 13px;
	margin-left: 50px;
	}
	.orange_bullet li span{
		color:#003366;
		font-size:13px;
		font-style:italic;
		}
.bold {
	font-weight: bold;
}



/* Normalize list styles */
ol, ul {
	list-style: none;
}


}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}


