/*
COLORS: 
#FFFFFF - White
#E9F2F9 - Pale blue
#9CC4E4 - Light Blue
#3A89C9 - Blue
#1157AA - Darker Blue
#1B324F - Navy
#F26C4F - Salmon
#F35A00 - Orange
*/

body #bd{ 
	/* customize_body */ font: normal normal 14px Arial; /* customize_body */
	/* customize_body */ color: #1B324F; /* customize_body */
}

img {border: 0px}
a,a:visited,a:active {
	/* customize_link */ color: #3A89C9; /* customize_link */
	text-decoration: none;
}
a:hover {
	/* customize_link_hover */ color: #1157AA; /* customize_link_hover */
	text-decoration: underline;
} 

h1,h2,h3,h4,h5{ 
	margin:0px; 
	margin-top:5px;
	padding:0px; 
	font-weight:bold;
}
h1{ font: normal normal 21px Arial; line-height:28px; color:#F35A00; margin-bottom:8px; }
h2{ font-size:18px; line-height:24px; color:#1157AA; margin-bottom:6px;}
h3{ font-size:14px; line-height:21px; color:#1157AA; }

h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }

#bd p{ padding:0px 0px 1em 0px; line-height: 1.5em;}

#bd li {
	margin-left: 1.25em;
	line-height: 1.5em;
}

.test {
	/* customize_miscellaneous */  font: normal normal 13px Arial; /* customize_miscellaneous */
}

.h1Sub {
	font-size: 14px;
	color: #444;
	font-weight:bold;
	margin-top:-14px;
}

b, strong, em {
	font-weight:bold;
}

blockquote {
	margin: 0 1em 1em 1em;
}