@charset "utf-8";
/* CSS Document */

Body {
	background-color:#FFFFFF;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:11pt;
	color: black;
	line-height: 120%;
	margin-left:10px;
	margin-top:10px
}



P {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:11pt;
	color: black;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom:4px;
	margin-left: 0px;
	margin-right: 0px
}

H1 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:18pt;
	color: #036;
	line-height: 110%;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px
}

H2 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:16pt;
	color: #036;
	line-height: 110%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px
}

H3 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:14pt;
	color: #036;
	line-height: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px
}

.indent_20px {
	margin-left: 20px;
	margin-right: 20px
}

.serif {
	font-family: "Arno Pro", Cambria, "Times New Roman", Times, serif;
}

a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #069;
}

ulx {
	text-align: left;
	text-indent: 0px;
	line-height: 120%;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(images/graphics/blue_square_10x10px.jpg);
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 140%;
	text-align: left;
	text-indent: -20px;
	vertical-align: top;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
margin-left: 20px;
margin-top: 6px;
padding-left: 20px;
padding-right:20px;
background-image: url(images/graphics/blue_square_10x10px.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height: 140%;
}

