body { 
	margin-top: 10;
	margin-bottom: 10;
	margin-left: 10; 
	margin-right: 0; 
	font-family: Verdana;
	font-size: 10;
	color: black;
	background: white;
	}

H1 { font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 24pt;
font-weight: normal;
color: #CC0000; }

H2 { font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 18pt;
font-weight: normal;
color: #CC0000; }

H3 { font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 14pt;
font-weight: normal;
color: #3F4B80; }

H4 { font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
font-size: 13pt;
font-weight: normal;
color: #000000; }

INPUT.submit, INPUT.reset, INPUT.button  {
background-color: grey;
border-color: black;
border-width: 1;
color: black;
font-weight: normal;
}

input[type="button"] {
background-color: grey;
border-color: black;
border-width: 1;
color: black;
font-weight: normal;
}

.button {
	background-color: grey;
	border-color: black;
	border-width: 1;
	color: black;
	font-weight: normal;
}

.title {
	font-family: Verdana;
        font-size: 14pt;
	font-weight: normal;
        }

.notice {
        font-family: Verdana;
        font-size: 14pt;
        font-weight: normal;
	color: green;
        }

.table1 {
	background: #EEEEEE;
	font-family: Verdana;
	font-size: x-small;
	}

.table_full_app {
        background: #EEEEEE;
        font-family: Verdana;
        font-size: x-small;
	empty-cells: show;
	padding: 6px; /*cellpadding*/
	margin: 1px; /*cellspacing*/ 
        }

.smalldata {
	color: #000000;
	font-family: Verdana;
	font-size: xx-small;
	}

	em { font-style: italic; font-weight: bold; }
	strong { font-weight: bold; }

	h1 { font-size: 200%; }
	h2 { font-size: 150%; }
	h3 { font-size: 100%; }


div.color {
	background: rgb(204,204,255);
	padding: 0.5em;
	border: none;
	}

div.box { 
	border: solid; 
	border-width: thin; 
	width: 100% 
	}


a { text-decoration: none;
    color: blue; }
  :link { color: blue; }  /* for unvisited links */
  :visited { color: blue; } /* for visited links */
  :active { color: green; } /* when link is clicked */
  :hover { color: #990000; } /* when mouse is over link */

