@charset "UTF-8";
/* CSS Document */

body  {
	background-color: #FFF;
}
p   {
	color: #666;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
td   {
	color: #666;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #262261;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:link {
	color: #262261;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #262261;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #262261;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	text-decoration: underline;
}
a:active {
	color: #262261;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;

}
h1  {
	color: #8d2834;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
ul  {
	color: #666;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/li.jpg);
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 10em;
	padding-left: 10px;
}
h2  {
	color: #666;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}
copy {
	color: #666;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}