@charset "utf-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #000000;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0020;
	border-right-color: #CC0020;
	border-bottom-color: #CC0020;
	border-left-color: #CC0020;
}
.textleft {
	float: none;
	padding: 5px;
}

body {
	background-color: #FFFFFF;
	background-position: center;
	margin-top: 8px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/arrow3.gif);
	line-height: normal;
	text-align: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -15px;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}
a:visited {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}
h2 {
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}

.bullet {
	line-height: 10pt;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.txtleftindent {
	margin-left: 25px;
	margin-right: 15px;
}
