﻿* {
	margin: 0;
	padding: 0;
}
img { border: none; }

a {
	text-decoration: none;
	color: #000099;
}
a:visited {
	color: #006633;
}
a:active {
	color: #006633;
}
body {
	background-color: #ff99cc;
	color: #000000;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-variant: inherit;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}
h1 {
	/* header */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
}
h2 {
	/* desk */
	font-size: 13px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}
h3 {
	/* top */
	font-size: 16px;
	color: black;
	font-family: sans-serif;
	background-color: white;
	border: 1px black;
	border-style: solid;
	padding: 1px;
	text-align: center;
}
h4 {
	/* MNP, MNV, ARCHIVED */
	font-size: x-large;
	color: #000000;
	background-color: #ff99cc;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
h5 {
	/* 18USC */
	font-size: 16px;
	color: #000000;
	background-color: #ff99cc;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
}
h6 {
	/* 18USC */
	font-size: large;
	color: #000000;
	background-color: #ff99cc;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.style1 {
	border: thin #000000 solid;
	text-align: center;
}
.style2 {
	border: 1px #000000 dashed;
}
.style3 {
	/* table new */
	text-align: center;
}
