/*resstylecss*/

body { 
  font-size: medium; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: white; 
  margin: 0; 
  border-width: 0; 
}
p { 
  color: black; 
  font-size: 0.8em; 
  line-height: 1.2em; 
}
td { 
  color: black; 
  font-size: 0.7em; 
  line-height: 1.2em; 
  text-align: center;
  padding: 0.2em 0.8em 0.2em 0.5em;
}
th { color: black; font-size: 0.7em; font-weight: bold; line-height: 1.2em; text-align: left; vertical-align: top; padding: 0.2em 0.8em 0.2em 0.5em; }
a:link { 
  color: #609; 
  text-decoration: none; 
}
a:visited { 
  color: #306; 
  text-decoration: none; 
}
a:hover { 
  color: #c30894; 
  text-decoration: none; 
}
a:active { 
  color: #c30894; 
  text-decoration: none; 
}
li { 
  color: black; 
  font-size: 0.8em; 
  line-height: 1.2em; 
}
hr { 
  color: #4b3484;
  background-color: #4b3484;
}
.pink { 
  color: #c30894; 
  font-weight: bold; 
}
.smtxt { 
  font-size: 0.7em; 
}
.center { 
  text-align: center; 
}
.left { text-align: left; }
.indent { 
  text-indent: 1em; 
}
.bold { 
  font-weight: bold; 
}
.res { 
  font-weight: bolder; 
  text-decoration: underline; 
}
.right { text-align: right; }
.underline { text-decoration: underline; }
.twidth { width: 100%; }
.team { color: #c30894; font-size: 125%; font-weight: bold; font-style: italic; }
.teamres { color: #4b3484; font-size: 125%; font-weight: bold; }
