.headerbox {
	border-bottom : 1px solid Black;
	background-color : #004000;
	height : 70px;
	width : 100%;
}
.headerbox2 {
	border-bottom : 1px solid Black;
	background-color : #FFC822;
	height : 21px;
	width : 100%;
}
.txt_0 {
	vertical-align : top;
	font-size: small;
	line-height: 1em;
	padding-left : 15px;
	padding-top : 30px;
	padding-bottom : 30px;
	padding-right : 30px;
}
.txt_1 {
	vertical-align : top;
	font-size: x-small;
	line-height: 1em;
	padding-left : 21px;
	padding-top : 30px;
	padding-bottom : 70px;
	padding-right : 60px;
}
.txt_name {
	vertical-align: bottom;
	line-height: 1em;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 7px;
	padding-right: 45px;
	color: #4D4D4D;
	border-bottom: 3px double Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.txt_number {
	vertical-align: top;
	font-size: x-small;
	line-height: 1em;
	padding-left: 21px;
	padding-top: 3px;
	padding-bottom: 30px;
	padding-right: 1px;
	color: Red;
	font: Arial, Helvetica, sans-serif;
}
.date {
	vertical-align: top;
	font-size: x-small;
	line-height: 1em;
	padding-left: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	width: 350px;
	color: #666666;
	border-top: 1px solid #000066;
	text-align: left;
}
h5 {
	font-size: x-small;
	font-weight : normal;
	line-height: 0.9em;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	color : #666666;
	font-size: medium;
	line-height: 1.5em;
	font-weight : bolder;
}
.img {
	width : 350px;
	border-top : 3px solid #666666;
	border-bottom : 5px solid #666666;
}
A:link    {
	text-decoration: none;
	color: Red;
}
A:active  {
	text-decoration: none;
	color: Olive;
}
A:visited {
	text-decoration: none;
	color: Red;
}
A:hover   {
	text-decoration: underline;
	color: Olive;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: crosshair;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-size : 10px;
} 