body 	{
	font-family: verdana, arial;
	font-size: 10pt;
	background: url("graphics/bodyBackground.jpg");
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	}
p 	{
	font-family: verdana, arial;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
	}
 A 	{
   	background-color: #ffffff;
   	color: #0000ff;
   	letter-spacing: normal;
   	font-family: arial;
   	font-weight: bold;
   	font-variant: normal;
   	font-size: 10pt;
   	font-style: normal;
   	text-decoration: underline;
   	text-transform: none;
 	}

 A:hover {
   	background-color: #ffffff;
   	color: #6699ff;
   	letter-spacing: normal;
   	font-family: arial;
   	font-weight: bold;
   	font-variant: normal;
   	font-size: 10pt;
   	font-style: normal;
   	text-decoration: none;
   	text-transform: none;
 	}
 h3 	{
	font-family: arial;
	font-size: 13pt;
	text-align: center;
	margin-bottom: 4px;
     	}
 h4 	{
	text-decoration: none;
	font-family: arial;
	font-size: 10pt;
     	}
blockquote 	{
	font-family: verdana, arial;
	font-size: 10pt;
	}
ol 	{
	font-family: verdana, arial;
	font-size: 10pt;
	margin-left: 10px;
	}
table 	{
	font-family: verdana, arial;
	font-size: 10pt;
	}
.backgroundColor	{
	background: url("graphics/bodyBackground.jpg");
	position: absolute;
    	left: 0px;
    	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
h2 	{
        font-family: arial, Verdana, times;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
        font-size: 12pt;
        color: #000000;
              }
strong 	{
        font-family: arial, Verdana, times;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
        font-size: 10pt;
        color: #000000;
              }
td.topLeft {
	background: url("./graphics/leftcornergradient.gif");
	height: 10px;
	width: 10px;
	padding: 0px;
	}
td.topRight {
	background: url("./graphics/rightcornergradient.gif");
	height: 10px;
	width: 10px;
	padding: 0px;
	}
td.topMiddle {
	background: url("./graphics/topgradient.gif");
	height: 10px;
	width: 100%;
	padding: 0px;
	}
td.sideLeft {
	background: url("./graphics/leftsidegradient.gif");
	height: 100%;
	width: 10px;
	}
td.sideRight {
	background: url("./graphics/rightsidegradient.gif");
	height: 100%;
	width: 10px;
	}

  .pageSize {width: 750px;}
  .inputBox {border: thick ridge rgb(200,200,250);}
  .copyFrame {background-color: transparent; width: 144px; height: 60px;}
  .submit {cursor:pointer;}