body {
	background-color: #F9F5EE;/*#DFCFB5*/
	padding: 0;
	top: 0px;
	left: 0px;
}

h1	{ 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 26px; 
	color : #000080; 
	font-style: italic; 
	text-decoration: none
	align: center;
}

h2  {
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	font-size: 16px; 
	color : red; 
	font-style: normal; 
}

h3  {
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	font-size: 16px; 
	color : black; 
	font-style: normal; 
}

h4  {
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 16px; 
	color : #FF0000; 
	font-style: italic; 
}
	
h5  {
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color : #000080; 
	font-style: italic; 
}

h6  {
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 18px; 
	color : #000080; 
	font-style: normal; 
}

#tdl {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;  
	font-style: normal;  
	text-decoration: underline;
	color: blue;
}

#td12 {
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;  
	font-style: normal;  
	color: black;
}

p, td{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal
}

a {
	text-decoration: none;
	color: #006699;
}

a:visited {
	text-decoration: none;
	color: #003366;
	
}
a:hover{
	text-decoration: none;
	color: #CC6633;
}