BODY
{
	background-image:  url(../IMAGES/bkg.jpg);
	background-repeat: repeat-y;
}
A:link { 
	color: #006633; 
	background-color: transparent; 
} 
A:visited{ 
	color: #660066; 
	background-color: transparent; 
} 
A:hover{ 
	color: #660066;
	background-color: transparent; 
} 
A:active{ 
	color: #660066; 
	background-color: transparent; 
} 
A:focus{ 
	color: #006633; 
	background-color: transparent; 
} 

td
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial
}

.subnav
{
	FONT-SIZE: 12pt;
	COLOR: #006633;
	FONT-FAMILY: Arial;
	font-weight : bold;
}
.content
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
.globalFooter
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
input.check { 
	padding-left: 0px; 
	width: 12px; 
} 

.form
{
    FONT-SIZE: 7pt;
    COLOR: #000000;
    FONT-FAMILY: Arial
}

.Link {
	font-family: Arial Narrow, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
                 }
.Link :hover     {color: #660066; font-weight: bold; text-decoration: none;}

.hr {
	background-image: url(/i/HR_bkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
width: 450px;
height: 70px;
border: 1px solid black;
background-color: #FFFFFF;
padding: 5px;
}

.billcontent{
width: 100%;
display:block;
}

