body {
	background-color: #FFFACD;
	font: 14px "Times New Roman", Times, serifT;
	font-family: Times;
	margin-top: 4;
	margin-bottom: 4;
	margin-right: 4;
	margin-left: 4;
}

a:link   	{ font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
a:visited	{ font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
a:active	{ font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
a:hover		{ font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: underline; }


hr{
	color: Olive;
	width:90%;
	text-align: center;
	line-height : 3pt;
}
 
h1,h2,h3,h4{ 
    width: 90%;
	text-align : justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;    
	background-color: #CCCCCC;	
 }
 
 h1{
	font-size : large;
	color:FF0000;
}

h2{
	font-size :medium;
	color:0000FF;
}

h3{
	font-size : small;
	color:0000FF;
}
  
p {
	font-family: "Times New Roman", Times, serif;
	text-indent: 5pt;
	text-align: justify;
	line-height: 18pt;
	font-size: 13pt;
}

p.def{
	width: 90%;
	text-align : justify;
	background : #D8BFD8;
}

table{
    width: 90%;
 }
 
.trheader {
	background-color: #CCFFFF;
	font-family: "Courier New", Courier, monospace,Times;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}
 
.tr1 {
	background-color: #FFDAB9;
}
  
.tr2 {
	background-color: #CCCCCC;
}
 
.tr3 {
	background-color: #FFE4E1;
}
.tdtext {
/*	background-color: Black; */
	font-family: "Courier New", Courier, monospace,Times;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	text-align: justify;
	text-indent: 20px;
	margin-left: 5px;
}

.tdimg {
	text-align: right;
}

pre{
	font-family: "Courier New";
	font-size: 12pt;
}
