html {
	font-family: Arial, Geneva, Swiss, Helvetica, sans-serif, "Lucida Grande", Tahoma;
	color: #000000;
	font-size: 10pt;
}
body {
	background: #ffffff;
}
a:link {
	color: #3333ff;
	font-size: 10pt;
}
a:active {
	color: #b000b0;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: #b000b0;
	text-decoration: none;
	font-size: 10pt;
}
a:focus {
	color: #b000b0;
	text-decoration: none;
	font-size: 10pt;
}
#foot {
	font-size: 6pt;
}
#foot a:link {
	color: #3333ff;
	font-size: 6pt;
}
#foot a:active {
	color: #b000b0;
	text-decoration: none;
	font-size: 6pt;
}
#foot a:hover {
	color: #b000b0;
	text-decoration: none;
	font-size: 6pt;
}
#foot a:focus {
	color: #b000b0;
	text-decoration: none;
	font-size: 6pt;
}
h1 {
	font-size: 24pt;
	color: #626d7f;
}
h2 {
	font-size:  22pt;
	color: #626d7f;
}
h3 {
	font-size:  18pt;
	color: #626d7f;
}
h4 {
	font-size:  14pt;
	font-weight: bold;
	color: #626d7f;
}
h6 {
	font-size:  6pt;
	color: #626d7f;
	font-weight: bold;
	font-style: italic;
}
p {
	font-size: 10pt;
}
li {
	font-size: 10pt;
}
ol {
	font-size: 10pt;
}
dl {
	font-size: 10pt;
}
dd {
	font-size: 10pt;
}
br {
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
ul {
	font-size: 10pt;
}
blockquote {
	font-size: 10pt;
}
i {
	font-size: 10pt;
	font-style: italic;
}
b {
	color: #626d7f;
	font-weight: bold;
	font-size: 10pt;
}
th {
	color: #626d7f;
	font-weight: bold;
	font-size: 10pt;
}
small {
	font-size:  7pt;
	font-weight: bold;
	font-style: italic;
}