﻿body 
{
	margin-left:0.5in;
	margin-right:0.5in;
	padding:0;
	min-width:800px;
	font-size:8pt;
	color:Black;
	font-family:Arial;
	background-color:White; /*GhostWhite; */
	
}

table
{
	margin:0px;	
	font-size:8pt;
	padding:0px;
	border:solid 0px blue;
}

A:link { color: blue }         /* unvisited link */
A:visited { color:Red }        /* visited links */
A:active { color: lime }       /* active links */

#header { display: none;}
#footer {display: none; }

.content 
{ 
	margin-left: 0.25in; 
	margin-right: 0.25in; 
	margin-top: 0.166in; 
	margin-bottom: 0.166in;
}

.numberText 
{
	text-align:right;
	border:solid 0px blue;
	padding-right:5px;
}

.lineText
{
	border-top: none red;
	border-right: none red;
	border-bottom: 1px solid black;
	border-left: none red;
	text-transform:uppercase;
}
.alignText
{
	text-align:center;
	border-top: none red;
	border-right: none red;
	border-bottom: 1px solid black;
	border-left: none red;
}
