h1 {
	font-weight: normal;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 40px;
	color: #163D70;
}
/* Commonly used to style section titles. */
h2 {
	color: #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom:14px;
}

h5 {
	color: #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

h6 {
	color: #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #be9944;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #be9944;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #be9944;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #4d4d4d;
}

p {
	color: #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	line-height: 20px;
}

body {
	color: #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	line-height: 20px;
}
