@CHARSET "ISO-8859-1";

A {
	color: #e1e1e1;
	font-weight: bold;
	text-decoration: none;
}

A:FOCUS {
	color: #bf0502;
}

A:HOVER {
	color: #bf0502;
}

BODY {
	background: black repeat top left;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	margin: 0px auto 20px auto;
	text-align: center;
}

DIV {
	border: 0px solid red;
	z-index: 1;
}

DIV.container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 800px;
}

DIV.tab {
	color: #353535;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 15px;
}

DIV.wrapper {
	width: 100%;
}

DIV#banner {
	text-align: center;
}

DIV#date {
	font-weight: bold;
	color: #bf0502;
	text-align: right;
}

DIV#disclaimer {
	background-color: black;
	color: white;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

DIV#footer {
	background-color: #FFFFAA;
	padding: 5px 5px 5px 5px;
}

DIV#headline {
	color: #000048;
	padding: 2px 2px 2px 5px;
}

DIV#subline {
	color: #bf0502;
	padding: 2px 2px 2px 15px; /* top right bottom left */
}

DIV#titleline {
	color: #004800;
	padding: 2px 2px 2px 5px; /* top right bottom left */
}

FONT#fontstyle {
	color: #353535;
	font-weight: bold;
	font-style: italic;
}

FORM {
	border: 0px solid #00cc00;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

H1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

INPUT.movebutton {
	font-size: 8px;
	height: 18px;
	width: 20px;
}

INPUT.button {
	width: 70px;
}

TABLE {
	border: 0px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
}

TD {
	border: 0px solid blue;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

TD#buttons {
	padding: 0px 0px 10px 0px;
}

TD#content {
	width: 100%;
	padding: 0px 0px 0px 10px;
}

TD#col_menu {
	background-color: #001800;
	padding: 4px 0px 4px 0px;
	vertical-align: top;
}

TD#col_content {
	background: url("../images/print.jpg") repeat top left;
	padding: 10px 10px 10px 10px; /* top right bottom left */
	vertical-align: top;
	width: 100%;
}

TD#row_menu {
	padding: 2px 5px 2px 5px;
	text-align: right;
}

TEXTAREA#description {
	height: 86px;
	width: 100%;
}

TEXTAREA#detail {
	height: 38px;
	width: 375px;
}

TEXTAREA#label {
	height: 38px;
	width: 200px;
}

TEXTAREA#title {
	height: 38px;
	width: 100%;
}

TEXTAREA#subtitle {
	height: 38px;
	width: 100%;
}