body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFA800;
	color: #FFFFFF;
}
        
div, p, div div td, div form  {
		font-size: 14px;
		font-family: verdana, arial, helvetica, sans-serif;
}
          
        /*/*/a{}
body div, body p, body div td {
	font-size: 14px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 14px;
}

html>body p {
 font-size: x-small;
}
  /* */
        
/* a neat fix what prevents a NC bug when calculating form field widths */

input, textarea {font-family: courier new, courier, monospace; } 
/*/*/input, textarea {font-family: verdana, helvetica, sans-serif;}/*/*/

/* links styles */
a {text-decoration: none; font-weight: normal; }
a:link {color: #cccc00; }
a:visited { color:#cccc00; }
a:hover {text-decoration: underline;}

/* misc other styles */
img {border-width: 0;}
h1,h2,h3,h4,h5,h6 {margin-bottom: 0px; }
h1 {font-size:2.2em;}
h2 {font-size:2.1em;}        
h3,h4,h5,h6 {font-size:1em;}        
hr {border: solid #DDDDDD 1px; heigth: 1px;} 
pre, code {font-size:2.0em; font-family: courier new, courier, monospace;}
.error {color: red; font-weight: bold;}
