/*
-----------------------------------------------
author:   toddy marx
version:  20040520
----------------------------------------------- */

html body {
  margin:0;
  padding:0;
  align:center;
  text-align:center;
  font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
/*  font-size:10pt; */
}

textarea {
  font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
}

a img {
  border:0;
  text-decoration:none;
}

a:link {
  color:#ffffcc; 
  border:0; 
  text-decoration:none;
}

a:hover {
  color:#ffffff; 
  border:0; 
  text-decoration:none;
}

a:active {
  color:#ffffcc; 
  border:0; 
  text-decoration:none;
}

a:visited {
  color:#ffffcc; 
  border:0; 
  text-decoration:none;
}

h1 {
  color:#ffffff;
  font-weight:normal;
  font-size:12pt;
}

td {
  white-space:nowrap;
}

.main {
  color:#ffffff;
  font-weight:bold;
}

.small {
  font-weight:normal;
  font-size:8pt;
}

.medium {
  font-weight:normal;
  font-size:10pt;
}

.big {
  font-weight:bold;
  font-size:16pt;
}

.white {
  color:#ffffff;
}

.red {
  color:#ff0000;
}

.bgwhite {
  background-color:#ffffff;
}

.copypaste {
  padding:5;
  background-color:#ff6633;
}

#center {
  /* Make element float in the center */
  position: absolute;
  left: 50%;

  /* Set the width and height */
  width: 600px;

  /* Set margin to half the values of width */
  margin-left: -300px;
}

.center750 {
  position: absolute;
  left: 50%;
  width: 750px;
  margin-left: -375px;
}

.center850 {
  position: absolute;
  left: 50%;
  width: 850px;
  margin-left: -425px;
}

.center {
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -300px;
}
