h2
        {
         font-family: arial, 'sans serif';
         color:#000000;
         }

p,li,address
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	}
table
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	}
table.form
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	text-align:left;
	}
th
	{
	background-color:#66CCFF
	}

td.fields
	{
	font-family: arial, 'sans serif';
	font-weight: bold;
	font-size: 12pt;
	height:10px;
	}
td.italics
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	}
body
	{
	background-color:#371B06;
	}


a:link    {color:darkred;}
a:visited {color:darkred;}
a:active  {color:red;}
a:hover   {color:red;}

p.uppercase
	{
	font-family: arial, 'sans serif';
	font-size: 14pt;
	text-transform: uppercase;
	}

#maincol
{
background:#FFF8DC;
margin:10px auto;
max-width:750px;
min-width:675px;
padding:5px;
text-align:left;
border: thin solid #BCB986;
}
#maincol-summary
{
background:#FFF8DC;
margin:10px auto;
max-width:1260px;
min-width:675px;
padding:5px;
text-align:left;
border: thin solid #BCB986;
}

h1,h2,h3,hr
	{
	font-family: arial, 'sans serif';
	color: #371B06;
	}

p,li,address
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	}
table
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	line-height: 150%;
	}
table.form
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	line-height: 185%;
	}
th
	{
	background-color:#DEB887
	}

td.fields
	font-famil: arial, 'sans serif';
	font-weight: normal
	font-size: 10pt;
	}
td.italics
	{
	font-family: arial, 'sans serif';
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	}

a:link    {color:darkred;}
a:visited {color:darkred;}
a:active  {color:red;}
a:hover   {color:red;}

p.uppercase
	{
	font-family: arial, 'sans serif';
	font-size: 14pt;
	text-transform: uppercase;
	}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

textarea.seven, td.seven
	{
	visibility:hidden;
	display:none;
	}