BODY
{
	margin: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
	background-color: white;
	color: Black;
	background-repeat: repeat-y;
}

A.link2   /* :active   :link  */
{ 
	color: blue; 
	text-decoration: underline
}

A.link2:visited
{ 
	color: blue; 
	text-decoration: underline
}

A.link2:hover
{ 
	color: red; 
	text-decoration: underline
}

.sbox
{
	width: 100px;
}

.mbox
{
	width: 200px;
}

.mlbox
{
	width: 300px;
}

.lbox
{
	width: 500px;
}

.xlbox
{
	width: 600px;
}

.state
{
	width: 35px;
}

.zip
{
	width: 85;
}

.phone
{
	width: 125;
}

.day
{
	width: 50px;
}

.month
{
	width: 90px;
}

.year
{
	width: 60px;
}

.footer
{
	font-size: 8pt;
	font-family: Arial, Verdana, Sans-Serif;
}

.printer
{
	font-size: 12pt;
	color: black;
	font-family: 'Times New Roman' , Serif;
	background-color: white;
}

.brdr
{
	border-color: #0099ff;
	border-width: 2px;
	border-style: groove;
}


