@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}

body  {
	font-size: 100% ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

h1, h2, h3, h4 {margin-bottom: 0px;}

a.menuItem	{font-size: 1.20em; color:white; font-weight: bold; margin-left:50px; text-decoration:none;}

/* position */
#container {margin-left: 25px; margin-top:20px; width:900px;} 
fieldset {width: 95%;}

/*display styles */
.red	{color:red; font-weight:bold; font-size:1.20em;}
.green	{color:green; font-weight:bold; }
th {text-align:left;}
.smText {font-size: .90em;}
legend h3 {margin-bottom:10px; color:#460046;}




