/*
colors:
light gray - #FCFBF8 / rgb(252 251 248)
light tan - #F8F6E9 / rgb(248 246 233)
gray - #F3F1EE / rgb(243 241 238)
brown - #BFBEB4 / rgb(191,190,180)
tan - #EDEBDF / rgb(237 235 223)
medium tan - #E1DFD3 / rgb(225,223,211)
dark tan - #807E78 / rgb(128,126,120)
*/

html,body {
	padding: 0px;  
	margin: 0; 
	font-size: xx-small;
	font-family: sans-serif;
	background-image: url("images/bg1.gif");
	width: 100%;
	height: 100%;

	scrollbar-face-color:#F7F6F1; 
	scrollbar-arrow-color:#BFBEB4; 
	scrollbar-track-color: #F7F6F1; 
	scrollbar-shadow-color:#BFBEB4; 
	scrollbar-highlight-color:#BFBEB4;
	scrollbar-3dlight-color:#F7F6F1; 
	scrollbar-darkshadow-Color:#F7F6F1 
}

td {
	margin: 0px;
	padding: 0px;
	text-align: justify
}

.footer {
	border-top: 1px solid #E1DFD3;
	font-family: sans-serif;
	font-size: xx-small;
	color: #BFBEB4
}

td.shadowleft {
	background-image: url("images/bg1_shadowleft.gif")
}

td.shadowright {
	background-image: url("images/bg1_shadowright.gif")
}

td.bar {
	background-image: url("images/bg2.gif");
	padding: 0;
	margin: 0
}

div {
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none
}

.title {
	font-size: xx-small;
	font-family: sans-serif;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #807E78
}

.copy {
	font-size: xx-small;
	font-family: sans-serif;
	color: black;
	text-align: justify;
}

h1 {
	font-size: xx-small;
	font-family: "arial black", sans-serif;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	color: #807E78
}

input {
	border: 2px solid #E1DFD3;
	background-color: #FCFBF8;
	font-family: sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #807E78;
	padding: 0;
	margin: 0;
	cursor: pointer
}

input.img {
	border: 0;
}

.input {
	border: 2px solid #E1DFD3;
	background-color: #FCFBF8;
	font-family: sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #807E78;
	padding: 0;
	margin: 0
}

.input2 {
	border: 2px solid #EDEBDF;
	background-color: #FCFBF8;
	font-family: sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #807E78;
	padding: 0;
	margin: 0
}

textarea, select {
	border: 2px solid #E1DFD3;
	font-family: sans-serif;
	font-size: xx-small;
	color: #807E78;
}

#ebill {
	background-image: url("images/bg1.gif");
	padding: 2px;
	display: block
}

a:link {
	font-size: xx-small;
	color: #4682b4;
	text-transform: uppercase
}

a:visited {
	color: #737180;
	text-transform: uppercase
}

a:hover {
	color: #ff4500;
	text-decoration: none;
	text-transform: uppercase
}

.button {
	font-size: xx-small;
	font-family: sans-serif;
	color: rgb(128,126,120);
	background-color: rgb(237,235,223);
	border-right-width: 0;
	border-left: 1px solid rgb(255,255,255);
	border-top: 2px solid rgb(128,126,120);
	border-bottom: 1px solid rgb(225,223,211);
	text-align: center;
	padding: 0;
	margin: 0
}

.buttonleft {
	font-size: xx-small;
	font-family: sans-serif;
	color: rgb(128,126,120);
	background-color: rgb(237,235,223);
	border-right-width: 0;
	border-left-width: 0;
	border-top: 2px solid rgb(128,126,120);
	border-bottom: 1px solid rgb(225,223,211);
	text-align: center;
	padding: 0;
	margin: 0
}

.buttonactive {
	font-size: xx-small;
	font-family: sans-serif;
	color: rgb(225,223,211);
	background-color: rgb(153,151,144);
	border-right-width: 0;
	border-left-width: 0;
	border-top: 2px solid rgb(128,126,120);
	border-bottom: 1px solid rgb(225,223,211);
	text-align: center;
	padding: 0;
	margin: 0
}	

.buttonover {
	font-size: xx-small;
	font-family: sans-serif;
	color: rgb(128,126,120);
	background-color: rgb(248,246,233);
	border-right-width: 0;
	border-left: 1px solid rgb(255,255,255);
	border-top: 2px solid rgb(128,126,120);
	border-bottom: 1px solid rgb(225,223,211);
	text-align: center;
	padding: 0;
	margin: 0
}

.buttonoverleft {
	font-size: xx-small;
	font-family: sans-serif;
	color: rgb(128,126,120);
	background-color: rgb(248,246,233);
	border-right-width: 0;
	border-left-width: 0;
	border-top: 2px solid rgb(128,126,120);
	border-bottom: 1px solid rgb(225,223,211);
	text-align: center;
	padding: 0;
	margin: 0
}

a.buttonlink:link {
	font-size: xx-small;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: none;
	color: rgb(128,126,120);
	padding: 0;
	margin: 0
}

a.buttonlink:active {
	font-size: xx-small;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: none;
	color: rgb(128,126,120);
	padding: 0;
	margin: 0
}

a.buttonlink:visited {
	font-size: xx-small;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: none;
	color: rgb(128,126,120);
	padding: 0;
	margin: 0
}

a.buttonlink:hover {
	font-size: xx-small;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: none;
	color: rgb(128,126,120);
	padding: 0;
	margin: 0
}

table.content {
	margin: 0;
	padding: 0;
	border: 1px solid white
}

.content1 {
	margin: 0;
	padding: 0 10px 8px 0
}

.content2 {
	margin: 0;
	padding: 8px;
	background-color: #F7F6F1;
	border: 1px solid #BFBEB4
}

.content3 {
	border-left: 1px solid #E1DFD3;
	border-right: 1px solid #E1DFD3
}

table.border {
	border: 1px solid #E1DFD3
}

.browser {
	padding: 8px;
	margin: 0;
	border: 0;
	background-color: white;
}

.cellupdates {
	padding: 8px
}

td.spacer {
	border: 0;
	background-image: url("images/bg1.gif");
	width: 4px
}

hr {
	display: inline
}

#sizer {
	font-size: xx-small;
	font-family: sans-serif;
	color: black;
	float: right
}

div.email {
	width: 444px;
	padding: 8px;
	background-color: white
}
