
@namespace xf url("http://www.w3.org/2002/xforms");

html, body {
	color: #000000;
    font-family: "Times New Roman", Times, serif;	
	background-color: #FFFFCC;
}

td, th {
	color: #000000;
    font-family: "Times New Roman", Times, serif;	
	background-color: #FFFFCC;
}

h1, h2 {
	background-color: #FFFFCC;
    font-family: "Times New Roman", Times, serif;
	color: #000000;		
}

h3, h4, h5, h6 {
	background-color: #FFFFCC;
    font-family: "Times New Roman", Times, serif;
	color: #000000;		
}


html, body {
    font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

a:link {
    font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

a:visited {
    font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #000000;
}

/* put each textarea on its own row */
xf|textarea {
 display: table-row;
}

xf|textarea > xf|label {
   display: table-cell;
   font-family: sans-serif;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: top;
   text-align: right;
   padding-right: 3px;
}

textarea {
   font-family: Courier, sans-serif;
}

.medium-textarea textarea { 
   height: 6em;
   width: 400px;
}

