﻿* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}

body {
	background-color: #ffffff;
	
	color: #6c6c6c;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	font: normal 25px/normal univers_lt_std_47_cn_ltRg, Arial, Helvetica, sans-serif;
	 border-bottom: 1px solid #DDDDDD;
	 padding-bottom:5px;
}
h2 {
	color: #717272;
	font: normal 20px/normal univers_lt_std_47_cn_ltRg, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-top:7px;
}
h3 {
	color: #242424;
	font: normal 20px/normal univers_lt_std_47_cn_ltRg, Arial, Helvetica, sans-serif;
}
h4 {
	color: #000000;
	font: normal 18px/normal univers_lt_std_47_cn_ltRg, Arial, Helvetica, sans-serif;
}
h5 {
	color: #345eb1;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0 10px 0;
	line-height: 1.25em;
}
a {
	color: #345eb1;
	text-decoration: none;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
strong, b  {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}





