body { 
  display: block;
  margin: 10px;
  font-family: Verdana, Arial, sans-serif;
  line-space: 1.2em;
  color: black;
	font-size: 9pt;
	font-color: black;
	text-align: center;
	background-color: #cccccc;
}

table {
  font-size: 100%;
	border-collapse: collapse;
	margin: 0px;
}
td { padding: 0px; text-align: left; }

input { font-size: 110%; white-space: wrap; }
textarea, li { font-size: 100%; }
form { margin: 0px; }
ul li { list-style-type: disc;  }

b, strong, h1, h2, h3, h4 { font-weight: bolder; margin-top: 2px; margin-bottom: 2px; }
h5, h6 { font-weight: normal; margin-top: 2px; margin-bottom: 2px; }
em { text-decoration: none; color: red; font-size: 90%; font-weight: inherit; }

pre, tt, code { white-space: pre; font-family: "Lucida Console", "Courrier New", monospace; font-size:110%; }

hr { background-color:transparent; color:#000000; height:1px; }

a:link > img, a:visited > img, a:active > img { border: none; }

a { text-decoration: none; }
/*a:hover { color: #009900; }*/
/*a:active { color: #CC3333; }*/

img { border: 0px; border-color: black; }

h1 { font-size:200%; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:120%; }
h5 { font-size:90%; }
h6 { font-size:80%; }

div { background: transparent; margin: 0px; padding: 0px; }

table.borders, table.borders td {
  border: 1px solid black;
}

input.gray {
 border: 1px solid black;
 background-color: white;
 background-image: url('/icons/grayfade.gif');
 background-repeat: repeat-x;
 color: black;
}

#red { color: #009900; }
#navy { color: navy; }
 
.grey { color: gray; font-size: 80%; } 
.gray { color: gray; } 

td.pamain {
  font-size: 120%;
	padding: 10px;
	background-color: white;
}
/*td.pamain p { text-indent: 20px; }*/

td.pafooter {
  background-color: black;
	font-size: 70%;
	color: white;
	padding: 10px;
}
td.pafooter a { color: gray; }

.paform1 {
  width: 400px;
}

.paform1other {
  text-align: right;
}

.paform1left {
  text-align: right;
	width: 150px;
	padding-right: 10px;
	font-style: italic;
}

.paform1right {
  text-align: left;
	width: 250px;
}

.paform1select {
  width: 240px;
	background-color: #ffffcc;
}

.paform1text {
  width: 240px;
	background-color: #ffffcc;
}

.paform1ta {
  width: 240px;
	height: 80px;
	background-color: #ffffcc;
}

.button {
  padding: 4px;
  border: 3px double black;
	font-weight: bold;
}
