/*-->tfa2-main.css*/
body
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#ECECE4;
	color: #000000;
	background-repeat: repeat;
}
#Background
{
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0 0 0 22px;
}
/* ---------------------------------- */
/* Content Area                       */
/* ---------------------------------- */
#Content
{
	margin: 0;
	padding: 0 10px 11px 10px;
	background-repeat: repeat-y;
	font-size: 120%;
	line-height: 150%;
	min-height: 500px;
}
#Content.large
{
	width: 100%;
}
/* ---------------------------------- */
/* Generic Markup - Links             */
/* ---------------------------------- */
a
{
	font-weight: bold;
	color: #315578;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #315578;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	color: #315578;
	text-decoration: underline;
}
a img
{
	border: none;
	text-decoration: none;
}
hr
{
	height: 0;
	border: none;
	border-bottom: 3px double #CCC;
}
.message
{
	width:500;
	border-width:4px;
	border-style:outset;
	text-align:center;
}
.tdright
{
	text-align:right;
}
.divfielset
{
	color: #000000;
	border:solid 1px #BFBFB7;
	/*border-bottom:solid 10px #DC6E00;*/
	background-color: #FAFAF7;
}
.printsheet
{
	color: #000000;
	border-width:1px 5px 5px 1px;
	border-style:solid;
	background-color: #ffffff;
	text-align:center;
}

/* ---------------------------------- */
/* Generic Markup - Tables            */
/* ---------------------------------- */
table
{
/*	border-collapse: collapse;*/
}
tr
{
}
tr:hover{}
th
{
	padding: 0 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
td
{
	padding: 2px 3px;
	border-bottom: 0px dotted #ccc;
	line-height: normal;
}
.topay
{
	background-color:"#6DBBBB";
}
.balance
{
	color:"#DB27C1";
}
.total
{
	background-color:"#C0EEEE";
}
.indebts
{
	color:"#AA08B2";
}
.StName
{
	COLOR:"#270564";
	FONT-FAMILY:"ANDALUS";
	FONT-SIZE:"25px";
}

