html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-color: #000000;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

/* DEFAULT SETTINGS FOR TEXT */
td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #515151;
}

.dottedline {
	background-image:url(../images/bg_dottedline.gif);
}


/* FORMATTING FOR FORM ELEMENTS AND FIELDS */
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-style: solid;
	border-color: #9e9e9e;*/
	font-size: 7pt;
	color: #737373;
	/*border-width: 1px;*/
}


.formSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #737373;
}

input.buttonFormat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}



/* NORMAL LINKS WITHIN THE CONTENT TEXT */
a:link, a:visited, a:active { 
	color: #d18a1a;
	text-decoration: none;
}

a:hover {  
	color: #d18a1a;
	text-decoration: underline;
}
