body {
	margin: 0.5em;
	#padding: 0em;
	padding: 0 0.6em 0.8em;

}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color:#729327;
}

.text2 {
	color:#858585;
}

.text3 {
	font-size:10px;
	color:#787878;
}

.text4 {
	color:#DAE6F2;
	text-align: justify;
}
.text5 {
	font-size:10px;
	color:#FFFFFF;
}
.text6 {
	color:#858585;
}
a {
	color:#858585;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color:#FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color:#FFFFFF;
	text-decoration: underline;
}

a.link2:hover {
	text-decoration: none;
}
/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/* ********************************
 ****************************** */
 
table.t1 {
	border-collapse: collapse;
	border: 2px solid #6699CC;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
  }

table.t1 caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
table.t1 td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
table.t1 thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	background: #CCCCff;
  background-image:url("/images/gradient3.gif");
}
table.t1 tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
table.t1 tfoot th {
	font-weight: bold;
}
table.t1 tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
table.t1 tbody td a:hover {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
}
table.t1 tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
table.t1 tbody th a:visited {
	color: #b98b00;
}
table.t1 tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
table.t1 tfoot td {
	border: 1px solid #996;
}
table.t1 tbody tr:hover {
	background: rgb(240,244,251);
  
table.t2 {
	border-collapse: collapse;
	border: 2px solid #6699CC;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
  }  