table {
	border: 1px dotted #FF9900;
	font-size:x-small;
	font-weight:bold;
	color:#663300;
	background-color: #FFFFFF;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

h1 {
	font-size:small;
	font-weight:bold;

color:;
	color: #993300;
}

h2 {
font-size:small;
font-weight:bold;
color:#993300;
}


p {
font-size: x-small;
font-weight:bold;
color:#663300;
}

blockquote {
	font-size: x-small;
	font-weight:bold;
	color: #990000;
	font-style: italic;
	border: 0px dotted #990000;
	padding: 10px;
}


#navlist  {
	padding: 0 0 0 3px;
	margin: 0;
	color: #663300;
	font:bold xx-small Tahoma, Verdana, Arial;
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	text-indent: 10px;
}

#navlist li
{
display:block;
list-style: disc url(none) inside;
padding: 0;
margin: 0;
}




#navlist li a
{
text-decoration: none;
padding: 0px;
margin: 0 2px;
color: #663300;
font-size: small;
font-weight: bold;
}


#navlist li a:hover
{
background-color: #FFFFFF;
color: #FF9900;
}
.borderright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #663300;
}
.right {
	float: right;
}
.source {

font-size: x-small;
font-weight:normal;
color:#663300;
}

