body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.nav {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: bold; }

.nav_current {
	font-family: arial, helvetica, sans-serif;
	color: #ff0000;
	font-size: 9pt;
	font-weight: bold; }

.heading {
	background-color: #336699;
	color: #ffffff;
	font-size: 116%;
	font-weight: bold; }

.subheading {
	background-color: #ffffff;
	color: #336699;
	font-size: 116%;
	font-weight: bold; }

.subheading_highlite1 {
	background-color: #ffffff;
	color: #0000ff;
	font-size: 116%;
	font-weight: bold; }

.subheading_highlite2 {
	background-color: #ffffff;
	color: #ff0000;
	font-size: 116%;
	font-weight: bold; }

.body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
}

.attention_getter {
	background-color: Yellow;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	text-align: justify;
}
	
.price {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
}

.sale {
	background-color: SpringGreen;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: justify;
}

.notsale {
	background-color: #ffffff;
	color: #ff0000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	text-align: justify;
	text-decoration: line-through;
}

.body_indent {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 30px; }

.body_highlite {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold; }

.body_highlite1 {
	color: #0000ff;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold; }

.body_highlite2 {
	color: #ff0000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold; }

.body_highlite3 {
	color: #336699;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold; }

.footer {
	background-color: #336699;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: justify }

ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	margin-left: 0em;
	margin-right: 1em;
}

li {
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	text-align: justify;
}

dd {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 1em;
	marker-offset: 1em;
	text-align: left;
}

p.indent {
	margin-left: 3em;
}
p { text-align: justify;  }

a.body:link				{ text-decoration: none;      color: #0000FF; font-weight: bold; }
a.body:visited			{ text-decoration: none;      color: #0000FF; font-weight: bold; }
a.body:hover			{ text-decoration: underline; color: #0000FF; font-weight: bold; }
a.body:active			{ text-decoration: underline; color: #FF0000; font-weight: bold; }

a.nav:link				{ text-decoration: none; color: #000000; }
a.nav:visited			{ text-decoration: none; color: #000000; }
a.nav:hover				{ text-decoration: none; color: #0000FF; }
a.nav:active			{ text-decoration: none; color: #0000FF; }

a.heading:link			{ text-decoration:      none; color: #FFFFFF; }
a.heading:visited		{ text-decoration:      none; color: #FFFFFF; }
a.heading:hover			{ text-decoration: underline; color: #FFFFFF; }
a.heading:active		{ text-decoration:      none; color: #FFFFFF; }

a.subheading:link		{ text-decoration:      none; color: #336699; }
a.subheading:visited	{ text-decoration:      none; color: #336699; }
a.subheading:hover		{ text-decoration: underline; color: #114477; }
a.subheading:active		{ text-decoration:      none; color: #336699; }

/* Web-site changes markup */
.changed				{ background-color: #f0f0c0; } /* Yellow highlight */
.added					{ background-color: #c0f0c0; } /* Light-Green highlight */
.deleted				{ background-color: #f0c0c0; } /* Light-red highlight */


/* End of Web-site changes markup */

/* jEdit :tabSize=4:mode=css21: */