/* BODY */
BODY {
font-family: Arial, Sans-Serif;
background-image: url();
background-repeat: repeat;
}

/* TABLES */
.body			{ background-color: #ffffff; border-right: 5px solid #61998A; border-left: 5px solid #61998A; }
.main 			{ background-color: #ffffff; border-right: 0px solid #ffffff; border-left: 0px solid #ffffff; }
.nav			{ background-color: #ffffff; border-right: 0px solid #B8C7FF; }
.header			{ background-color: #ffffff; border-bottom: 0px solid #B8C7FF; }


/* FONTS */
.header 		{ font-family:Georgia, Sans-Serif; font-size:15pt; color:#000000; }
.join 			{ font-family:Tahoma; font-size:8pt; color:#000000; }
.linehead 		{ font-family:Arial, Sans-Serif; font-size:16pt; color:#a1773b; font-weight: bold; border-bottom:2px dotted #a1773b; }
.linebody 		{ font-family:Arial, Sans-Serif; font-size:10pt; color:#a1773b; }
.invoice 		{ font-family:Arial, Sans-Serif; font-size:18pt; color:#000000; font-weight: bold; }
.pay	 		{ font-family:Arial, Sans-Serif; font-size:10pt; color:#FF0000; font-weight: bold; }

/* LINKS */
A.customers, A.customers:active, A.customers:visited, A.customers:link 		{ font-family:Tahoma; font-size:8pt; color:#C38835; text-decoration:none; }
A.customers:hover												 		    { font-family:Tahoma; font-size:8pt; color:#C32235; text-decoration:underline; }

A.sublink, A.sublink:active, A.sublink:visited, A.sublink:link 		{ font-family:Tahoma; font-size:7pt; color:#646464; text-decoration:none; }
A.sublink:hover												 		{ font-family:Tahoma; font-size:7pt; color:#333333; text-decoration:underline; }

/* FORMS */
.inputarea { background-color: #A5D9CD; border: 1px dotted #000000; font-family: Tahoma; color: #666666; }
.button { background-color: #F1C565; border: 1px solid #CA8B05; font-family: Tahoma; color: #9D6400; }

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(161, 119, 59) rgb(161, 119, 59) rgb(161, 119, 59) rgb(161, 119, 59);
	border-collapse: collapse;
	background-color: white;
	font-family:Arial, Sans-Serif; 
	font-size:11pt; 
	color:#a1773b; 
	font-weight: bold;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: rgb(161, 119, 59) rgb(161, 119, 59) rgb(161, 119, 59) rgb(161, 119, 59);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family:Arial, Sans-Serif; 
	font-size:11pt; 
	color:#a1773b; 
	font-weight: bold;
}
table.sample td {
	border-width: 0px 1px 0px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: rgb(161, 119, 59) rgb(161, 119, 59) rgb(161, 119, 59) rgb(161, 119, 59);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family:Arial, Sans-Serif; 
	font-size:11pt; 
	color:#a1773b; 
	font-weight: bold;
}
