body {
		font-size:100%;
		line-height:1.125em; /* 16x1.125=18px */
		color:#666;
		background:#FFF;
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
/************ LINKS ************/
a:link, a:visited {
		text-decoration: none;
		color:#266998;
}
a:hover, a:active {
		text-decoration: underline;
}

/************ HEADERS ************/
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
		color:#266998;
		text-decoration: none;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active {
		text-decoration: none;
}
h1, h2, h3, h4, h5 {
		color:#000;
		margin: 0 0 10px;
		font-weight: normal;
}
h1 {
		font-size: 1.9em; /* 16 x 1.25 = 20px */
		line-height: 1.375em;/* 16 x 2.25 = 22px */
		color: #266998;
}
h2 {
		font-size: 1.5em; /* 16 x 1 = 16px */
		line-height: 1.125em;/* 16 x 1.125 = 18px */
}
h3 {
		font-size:1em;/* 16 x 0.875em = 14px */
}
h4 {
		font-size:0.75em;/* 16 x 0.75em = 12px */
}
h5 {
		font-size:0.625em;/* 16 x 0.625em = 10px */
}
h6 {
		font-size:0.625em;/* 16 x 0.5em = 8px */
}
/************ LISTS ************/
ul {
		margin:0 0 1.125em 0.8125em;
		list-style:disc outside;
}
ul li {
		list-style:outside;
		margin: 0 0 5px 5px;
}
ol {
		margin:0 0 1.125em 1em;
		list-style-type:decimal;
}
li {
		margin-bottom:0;
}
blockquote  {
		font: italic 0.75em Georgia, "Times New Roman", Times, serif;
		padding-bottom: 15px;
}
li li {
		font-size:1em; /* maintain font size for nested lists */
}
p, li, form, td {
		font-size:0.8125em; /* 0.8125em x 16 = 13px */
		margin:0 0 1.125em 0;
}

hr { 
color: #e2e2e2;
background-color: #e2e2e2;
height: 1px;
border: none;
}

