
* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font: 90.01%/130% times new roman; 
  color: #000000;
  background-color: #FFFFFF;
  margin-top: 20px;
}

.body_text  {
  color: #444141;
  font-family: helvetica;
  font-size: 9pt;
}

.title  {
  color: #444141;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
}

a.set1:link, a.set1:visited { 
  color: blue; 
}

a.set1:hover { 
  color: red;
}



.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}