<style>

.form_hdr
{
color: blue;
font-family: Arial;
font-style: italic;
font-weight: 900;
font-size: 32pt
}

.sub_hdr
{
color: blue;
font-size: 12pt;
font-family: Arial;
text-align: left
}

.fields
{
color: black;
font-weight: bold;
font-size: 12pt;
font-family: Arial;
text-align: left
}

a.comments
{
position:absolute;
left:100px;
color: green;
font-size: 12pt;
font-style: italic;
white-space: nowrap;
font-family: Arial
}

#button {
	border-width: 1px;
	border-color: lime;
	background-color: lime;
	color: black;
	font-family:Arial;
	font-weight: 900;
	font-size:16pt
	}

#clrbtn {font-weight: bold}

a.menu_list
{
position:absolute;
left:20px;
color:green;
font-weight: 200;
font-size: 10pt;
font-family: sans-serif;
text-decoration:underline
}

p.descript
{
position:absolute;
left:200px;
color:blue;
font-weight: 200;
font-size: 10pt;
font-family: sans-serif
}

div.Section1
{
color:#0000ff;
font-size: 30pt;
font-family:arial;
font-weight: bold;
font-style:italic
}

div.subSection
{
color:#0000ff;
font-size: 20pt;
font-family:arial;
font-weight: bold;
font-style:italic
}

div.menu_list
{
position:absolute;
left:20px;
color:green;
font-weight: 200;
font-size: 10pt;
font-family: sans-serif;
text-decoration:underline
}

div.menu_descript
{
position:absolute;
left:220px;
color:blue;
font-weight: 200;
font-size: 10pt;
font-family: sans-serif;
font-style:italic
}

</style>