body {
	margin: 0;
	background-color: #ffffff;
	scrollbar-base-color: #ffffff;
}
body.content {
	margin: 10;
	background-color: #fff3d6;
	scrollbar-base-color: #F2E4BD;
}
td {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
td.top {
	background: #fff3d6;
	background-image: url(images/top.jpg);
        background-repeat: no-repeat;
}
td.left {
	background: #fff3d6;
	background-image: url(images/left.jpg);
        background-repeat: no-repeat;
}
td.nav {
	background: #F2E4BD;
	color: #000000;
        font-weight: bold;
}
td.content {
	background: #fff3d6;
	/* font-family: Verdana, Arial, Helvetica, sans-serif;  */
	font-family: Arial, Helvetica; 
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
td.empty {
	background: #fff3d6;
}
td.background {
	background-color: #666666;
	color: #fff3d6;
	font-size: 10pt;
	font-weight: bold;
}
td.formbackground {
	background: #F2E4BD;
	color: #000000;
        font-weight: normal;
}

table.container {
	background-color: #F2E4BD;
	border-top-style: solid;
	border-top-width: 2;
	border-top-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-bottom-color: #666666;
	border-left-style: solid;
	border-left-width: 2;
	border-left-color: #666666;
	border-right-style: solid;
	border-right-width: 1;
	border-right-color: #666666;
}

h1 {
	font-family: Arial, Helvetica; 
	font-size: 16pt; 
	font-weight: bold;
	color: #666666; 
}
h2 {
	font-family: Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: bold;
	color: #666666; 
}
h3 {
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold;
	color: #666666; 
}

a {
	text-decoration: underline;
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: normal;
	color: #000000; 
}
a:hover	{
	text-decoration: none;
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: normal;
	color: #DB5168;
}
a.nav {
	text-decoration: none;
	font-family: Arial, Helvetica; 
	font-size: 11pt;
	font-weight: bold;
	color: #DB5168; 
}
a.nav:hover	{
	text-decoration: none;
	font-family: Arial, Helvetica; 
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
}
a.subnav {
	text-decoration: none;
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold;
	color: #666666; 
}
a.subnav:hover	{
	text-decoration: none;
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold;
	color: #DB5168;
}


li {
	list-style-type: disc;
	/* list-style-type: square; */
	/* list-style-type: circle; */
	color: #DB5168;
}
li.category {
	list-style-type: none;
	background-image: url(images/category.gif);
}
li.item {
	list-style-type: none;
	background-image: url(images/item.gif);
}
li.container {
	list-style-type: disc;
	color: #DB5168;
}

input {
  background-color: #ffffff;
  color: #000000;
  height: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #666666;
  border-style: normal;
  font-weight: normal;
  font-size: 12px;
}
input.button {
  background-color: #666666;
  color: #F2E4BD;
  height: 20px;
  width: 66px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #F2E4BD;
  border-style: normal;
  font-weight: bold;
  font-size: 12px;
}
textarea {
  background-color: #ffffff;
  color: #000000;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  border-color: #666666;
  border-style: normal;
  font-weight: normal;
  font-size: 12px; 
}
select {
  background-color: #ffffff;
  color: #000000;
  height: 20px;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  border-color: #666666;
  border-style: normal;
  font-weight: normal;
  font-size: 12px; 
}


