html, body{
	width:100%;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: sans-serif;
	font-size: 11pt;
	background-color: #666666;
	color:#443333;
}

#content {
	clear: both;
	width: 100%;
	border: 0;
	background-color: #ffffff;
}

#content p{
	padding: 2pt 16pt 2pt 16pt;
}

#tablecontent p{
	padding-left: 100px;
}

#content a{
	color: #000;
	font-weight: bold;
}
a {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #443333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}


#navbar {
	background-color: #FFF5DC;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#navbar ul{
	list-style-type: none;
	border: 0;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}
#navbar ul li{
	float: left;
	margin: 0 0 0 0;
}

#navbar a {
	display: block;
	width: 153px;
	height: 20pt;
	line-height: 20pt;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid rgb(200,220,220);
	border-top: 1px solid rgb(200,220,220);
	border-bottom: 1px solid rgb(200,220,220);
	color: #443333;
	background: #FFF5DC;
	margin: 0 0 0 0;
}

#navbar a:hover{
	background: #eee5c0;
	text-decoration: none;
}

.lhdr {
	background: #FFF5DC;
	color: #000;
	line-height: 20pt;
	width: 100%;
}

#cattree {
	padding: 2pt 2pt 2pt 4pt;
	background-color: #ffffff;
	background-image: url(graphics/00000001/pattern.gif);
}

#cattree ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2pt 2pt 2pt 2pt;
}

img {
	border: none;
}

#cattree ul ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2pt 2pt 2pt 4pt;
}

#cattree a{
	color: #443333;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	font-weight: normal;
	line-height: 16pt;
}

#cattree a:hover{
	background: #eee5c0;
}

#cat {
	font-size: 10pt;
	font-weight:bold;
	color:#555555;
	display: block;
	background: #FFF5DC;
}

#ghead {
	width: 770px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #443333;
	padding: 0 4pt 2pt 4pt;
	background-image: url(graphics/00000001/pattern.gif);
	margin: 0;
}

h2 {
	padding: 2pt 16pt 4pt 16pt;
	font-size: 12pt;
}


#catdetail {
	width: 90%;
	clear: both;
	padding: 2pt 16pt 2pt 16pt;
}

.imgright {
	float: right;
	padding: 2pt 16pt 2pt 2pt;
}
