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

a {
	text-decoration: none;
	color: #FFCC33;
}
a:visited {
	color: #CCCC00;
}
a:active {
	color: #FFFFFF;
}
body {
	background-color: #003300;
	color: #FFFFFF;
	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: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
}
h2 {
	/* desk */
	font-size: 14px;
	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: white;
	background-color: #003300;
	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: white;
	background-color: #003300;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
}
h6 {
	/* 18USC */
	font-size: large;
	color: white;
	background-color: #003300;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.style1 {
	/* table */
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
	text-align: center;
}
.style2 {
    /* cells */
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style3 {
	/* table new */
	text-align: center;
}