




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


	margin:0;
	padding:0;

  	background-color: #fff;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D8D8D;
}



div.content {

	margin:25px;


}



a {
	font-size: 10pt;
	color: #7D8890;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D8890;
}
a:hover {
	text-decoration: underline;
	color: #8A97A0;
}
a:active {
	text-decoration: none;
	color: #8A97A0;
}





html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

table,tr,td {
  font-size: 10pt;
}

#outer {
  width: 40em;
  border: 1px solid #888;
  background-color: #bce;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 2em;
}
/*
Works in IE4+/Win, Opera 5+, Netscape 6+, Firefox, Konqueror 3, Safari 
Does not work in NS4.x.
It requires some JavaScript to make it work in IE5/Mac.
*/

table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: center; /* IE/Win bug fix */
}

p,h2 {
  margin: 1em;
  padding: 0;
  text-align: left;
  text-indent: 2em;
}
h1 {
  font-size: 1.5em;
  margin: 1em;
  padding: 0;
  text-align: center;
}

#toCategoryIndex {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#toCategoryIndex a {
  background-color: #bfc;
}

