@charset "UTF-8";
/* CSS Document */

body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5;
	font-style: normal;
	color:black;
}

.text-styles{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5;
	font-style: normal;
	color:black;
}

.bold{
	font-weight:800;
}

h1{
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}

h2{
	text-align:lleft;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
}

h3{
	font-size: 1.25em;
	font-weight: 600;
	text-align:left;
	font-style:italic;
}

h4{
	font-size: 1em;
	font-weight: 400;
	text-align:left;
	text-decoration: underline;
}

h5{
	font-size: 1em;
	font-weight: 400;
	font-style: italic;
}

h6{
	font-size: 1em;
	font-weight: 400;
}

/* The following cause ordered list items to be numbered properly. */
ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -1em;
}

/* To force no underlining of hyperlinks */
a{
	text-decoration:none;
}
