/* Trillium Billing Style Sheet  */
/*   Version 2: 2007-04  */

/* Limit margins and padding  */
* {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #162907;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #720202;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #162907;
}
BODY {
    background: #ffffff url("images/bggrfade100x792.jpg") top repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

H1 {
	margin-top: 10px;
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

H2 {
	margin-top: 8px;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}


// TABLE {
//	border: 0;
//	cellpadding: 0;
//	cellspacing: 0;
//    background-color: #ffffff;
// }

.column {
	border-left: 1px solid #CCCCCC;
	padding: 5px;
} 


.textdiv {
 background-color: #ffffff;
 padding-left: 25px;
 padding-right: 25px;
 padding-top: 5px;
 padding-bottom: 20px;
}

UL {
 padding-left: 15px;
}


.current {
    background: #ffffff;
	color: #33415d;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

.navbarhdr {
    background: #99b28a;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

.navbarhdr  a:link {
	text-decoration: none;
	color: #000000;
}

.navbarhdr  a:visited {
	text-decoration: none;
	color: #000000;
}

.navbarhdr  a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border-width: 0;
}

.sechdr2 {
    background: #99b28a;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* footing: Footing */
.footing {
 line-height: 1.00;
 font-size: 80%;
 font-weight: bold;
 font-style: normal;
 text-align: center;
}