body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #DC8C34;
}

/************** table styles ***************/

table.frame {
  width: 800px;
  background-color: #FFFF99;
  border-top: 1px solid #FFFF00;
  border-collapse:collapse;
  padding: 5px;
  margin: 0px;
  margin-left:auto;
  margin-right:auto;
}

table.frame tr, table.frame td  {
	padding: 5px;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
  	color: #000000;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/************** text styles ***************/

.title {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight:bold;
}

.caption {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  
}

.footer {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 9px;
  color: #FF9900;
  text-decoration: none;
}

/************** link styles ***************/

a:link {
	color: #996633;
	font-weight: bold; 
	text-decoration: underline;
}
a:visited {
	color: #996633;
	font-weight: bold; 
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #996633;
	font-weight: bold; 
	text-decoration: underline;
}

.footer a:link {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
}
.footer a:visited {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a:active {
	text-decoration: none;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
 margin-left: 20px;
 margin-top: 3px;
}

ul ul ul{
 list-style-type: disc;
 margin-left: 20px;
 margin-top: 3px;
}

 

/************** blockquote styles ***************/

blockquote{ 
 margin-left: 25px;
}

.oneSpaceIndent{
 margin-left: 5px;
}

.smIndent{
 margin-left: 10px;
}

