﻿* { margin: 0; padding: 0; }
img { border: none; }
a {
	text-decoration: none;
	color: #ccffcc;
}
body {
	background-color: #003333;
	color: silver;
	font-size: 11px;
	font-family: monospace, serif;
	font-variant: normal;
	text-align: center;
}
h1 {
	/* head */
	font-size: large;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	background-color: #003333;
}
h2 {
	/* desk */
	font-size: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	background-color: #003333;
}
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: silver;
	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;
	background-color: #003333;
}
h5 {
	/* 18USC */
	font-size: 16px;
	color: #ffffff;
	background-color: #003333;
}
.style1 {
	border: thin #C0C0C0 solid;
	text-align: center;
}
.style2 {
	border: 1px #C0C0C0 dashed;
}
.style3 {
	text-align: center;
}