/* Background color is "plum" */
body {
  background-color: #000033;
  color: #ffffff;
  margin-left: "5%";
  margin-right: "10%";
}
h4
{
font-family: garamond, times, 'serif';
color: #ccccff;
margin-bottom: 1;
text-align: left;
}

h1 {font-size: 200%}
h2 {font-size: 150%}
h3 {font-size: 125%}
h4 {font-size: 115%}

a {font-size: 110%; text-decoration: none}
dl,dt,dd
{
font-size: 110%;
}

p,li,th
{
font-family: helvetica, arial, sans-serif;
font-size: 105%; 

}

td
{  font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #FFFFFF;}

.blkindent {
	position: relative;
   margin-left: 8%;
   margin-right: 13%;
}

.rightindent {
  position: relative;
  margin-right: 25%;
}

.superindent {
  position: relative;
  margin-left: 20%;
  margin-right: 25%;
}

.buttonpos {
  position: relative;
  margin-right: 15%;
  float: right;
}

.hdcenter { text-align: center;}

table {
  float: left;
  margin-left: 5%;
  margin-right: 10%;
}

.regulartxt { font-weight: normal;
	font-size: 100%;
}

img {
  float: none;
}


/* color of link is "violet", active is "light violet", hover is "orchid" */
a:link {color:#ffff66;}
a:visited {color:#9933ff;}
a:active {color:#3333ff;}
a:hover {color:#ff3399;}


.td_dark {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF}
.td_light {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; color: #000066}
